FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
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
19extern bool HECMW_is_big_endian(void);
20
29extern const char* HECMW_endian_str(void);
30
31#endif /* hecmw_is_big_endian */
bool HECMW_is_big_endian(void)
function for investigating endian of running CPU
const char * HECMW_endian_str(void)
function for investigating endian of running CPU