Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | LITTLE_ENDIAN 0x1234 |
#define | BIG_ENDIAN 0x4321 |
#define | BYTE_ORDER LITTLE_ENDIAN |
Typedefs | |
typedef uint32_t | u_int32_t |
typedef uint64_t | u_int64_t |
#define BYTE_ORDER LITTLE_ENDIAN |