mirror of
https://github.com/ziglang/zig.git
synced 2025-12-15 02:33:07 +00:00
5 lines
101 B
C
5 lines
101 B
C
#if __AARCH64EB__
|
|
#define __BYTE_ORDER __BIG_ENDIAN
|
|
#else
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|
|
#endif |