![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <stdbool.h>
Go to the source code of this file.
Functions | |
bool | HECMW_is_big_endian (void) |
function for investigating endian of running CPU More... | |
const char * | HECMW_endian_str (void) |
function for investigating endian of running CPU More... | |
const char* HECMW_endian_str | ( | void | ) |
function for investigating endian of running CPU
[in] | void |
if running CPU is big endian, return "BigEndian" as const char*. if it is little endian, return "LittleEndian" as const char*.
Definition at line 35 of file hecmw_fstr_endian.c.
bool HECMW_is_big_endian | ( | void | ) |
function for investigating endian of running CPU
[in] | void |
if running CPU is big endian, return true. if it is little endian, return false.
[in] | void |
if running CPU is big endian, return "BigEndian" as const char*. if it is little endian, return "LittleEndian" as const char*.
Definition at line 18 of file hecmw_fstr_endian.c.