1
0
mirror of https://github.com/fluencelabs/musl synced 2025-07-10 20:12:00 +00:00
Files
musl/arch/mipsn32/bits/endian.h

6 lines
122 B
C
Raw Permalink Normal View History

#if _MIPSEL || __MIPSEL || __MIPSEL__
#define __BYTE_ORDER __LITTLE_ENDIAN
#else
#define __BYTE_ORDER __BIG_ENDIAN
#endif