libc header for endian conversion More...
libc header for endian conversion
Definition in file endian.h.
#include <stdint.h>
Include dependency graph for endian.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | LITTLE_ENDIAN magic-number |
| A numeric constant representing little endian byte order. | |
| #define | BIG_ENDIAN magic-number |
| A numeric constant representing big endian byte order. | |
| #define | PDP_ENDIAN magic-number |
| A numeric constant representing PDP endian byte order. | |
| #define | BYTE_ORDER <LITTLE_ENDIAN or BIG_ENDIAN> |
| The byte order of this machines indicated by the constant BIG_ENDIAN or LITTLE_ENDIAN. | |