mirror of
git://git.musl-libc.org/musl
synced 2025-01-11 17:19:29 +00:00
6 lines
103 B
C
6 lines
103 B
C
#if __BIG_ENDIAN__
|
|
#define __BYTE_ORDER __BIG_ENDIAN
|
|
#else
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|
|
#endif
|