56 #ifdef GMIO_HOST_IS_BIG_ENDIAN 
#define GMIO_API
Expands either to GMIO_DECL_EXPORT or GMIO_DECL_IMPORT when respectively compiling/using the DLL...
Definition: global.h:90
 
The least significant byte is stored at the lowest address. 
Definition: endian.h:50
 
Fundamental global declarations, included by almost all other header/source files. 
 
#define GMIO_C_LINKAGE_BEGIN
Expands to extern "C" { when building with a C++ compiler. 
Definition: global.h:195
 
gmio_endianness
This enum identifies common endianness (byte order) of computer memory. 
Definition: endian.h:43
 
Other (unknown) byte-order. 
Definition: endian.h:46
 
Defines the endianness(byte order) used by the host computer for storing data in memory. 
Definition: endian.h:65
 
#define GMIO_C_LINKAGE_END
Expands to } when building with a C++ compiler. 
Definition: global.h:197
 
The most significant byte is stored at the lowest address. 
Definition: endian.h:54
 
enum gmio_endianness gmio_host_endianness()
Returns endianness (byte order) of the host's CPU architecture.