mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-25 15:42:06 +03:00
64251d8bbd
these macros are supported by more compilers
6 lines
98 B
C
6 lines
98 B
C
#if __ARMEB__
|
|
#define __BYTE_ORDER __BIG_ENDIAN
|
|
#else
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|
|
#endif
|