APM:Libraries
|
Go to the source code of this file.
Macros | |
#define | BIG_ENDIAN 4321 |
#define | LITTLE_ENDIAN 1234 |
#define | BYTE_ORDER LITTLE_ENDIAN |
#define | __builtin |
#define | __bswap_16(x) __builtin_bswap16(x) |
#define | __bswap_32(x) __builtin_bswap32(x) |
#define | __bswap_64(x) __builtin_bswap64(x) |
#define BYTE_ORDER LITTLE_ENDIAN |