mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 14:54:42 +00:00
5 lines
No EOL
121 B
C
5 lines
No EOL
121 B
C
#if _MIPSEL || __MIPSEL || __MIPSEL__
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|
|
#else
|
|
#define __BYTE_ORDER __BIG_ENDIAN
|
|
#endif |