42 #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:76
The least significant byte is stored at the lowest address.
Definition: endian.h:36
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:181
gmio_endianness
This enum identifies common endianness (byte order) of computer memory.
Definition: endian.h:29
Other (unknown) byte-order.
Definition: endian.h:32
Defines the endianness(byte order) used by the host computer for storing data in memory.
Definition: endian.h:51
#define GMIO_C_LINKAGE_END
Expands to } when building with a C++ compiler.
Definition: global.h:183
The most significant byte is stored at the lowest address.
Definition: endian.h:40
enum gmio_endianness gmio_host_endianness()
Returns endianness (byte order) of the host's CPU architecture.