mirror of
https://github.com/fluencelabs/musl
synced 2025-05-27 22:51:31 +00:00
6 lines
102 B
C
6 lines
102 B
C
|
#if __AARCH64EB__
|
||
|
#define __BYTE_ORDER __BIG_ENDIAN
|
||
|
#else
|
||
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|
||
|
#endif
|