FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_fstr_endian.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 
6 #ifndef hecmw_is_big_endian
7 #define hecmw_is_big_endian
8 
9 #include <stdbool.h>
10 
19 extern bool HECMW_is_big_endian(void);
20 
29 extern const char* HECMW_endian_str(void);
30 
31 #endif /* hecmw_is_big_endian */
HECMW_endian_str
const char * HECMW_endian_str(void)
function for investigating endian of running CPU
Definition: hecmw_fstr_endian.c:35
HECMW_is_big_endian
bool HECMW_is_big_endian(void)
function for investigating endian of running CPU
Definition: hecmw_fstr_endian.c:18