Go to the documentation of this file.
12#if !defined(_MSC_VER) || (_MSC_VER >= 1800)
16 typedef signed char int8_t;
17 typedef unsigned char uint8_t;
18 typedef unsigned short uint16_t;
19 typedef short int16_t;
20 typedef unsigned int uint32_t;
22 typedef unsigned long long uint64_t;
23 typedef long long int64_t;
33 #include <sys/param.h>
38#if defined(_WIN32) || defined(__DJGPP__)
40 #define LITTLE_ENDIAN 1234
43 #define BIG_ENDIAN 4321
45 #define BYTE_ORDER LITTLE_ENDIAN
51#if defined (__SVR4) && defined (__sun)
52 #define LITTLE_ENDIAN 1234
53 #define BYTE_ORDER LITTLE_ENDIAN