Blender
V3.3
|
Go to the source code of this file.
Macros | |
#define | L_ENDIAN 1 |
#define | B_ENDIAN 0 |
#define | ENDIAN_ORDER L_ENDIAN |
#define B_ENDIAN 0 |
Definition at line 18 of file BLI_endian_defines.h.
Definition at line 23 of file BLI_endian_defines.h.
#define L_ENDIAN 1 |
ENDIAN_ORDER: indicates what endianness the platform where the file was written had.
Definition at line 17 of file BLI_endian_defines.h.