BRL-CAD
|
Run-time byte order detection. More...
Files | |
file | endian.h |
Enumerations | |
enum | bu_endian_t { BU_LITTLE_ENDIAN = 1234 , BU_BIG_ENDIAN = 4321 , BU_PDP_ENDIAN = 3412 } |
Functions | |
bu_endian_t | bu_byteorder (void) |
Run-time byte order detection.
enum bu_endian_t |
bu_endian_t bu_byteorder | ( | void | ) |
returns the platform byte ordering (e.g., big-/little-endian)