Sign in
cobalt
/
cobalt
/
63c7ad499be49ef959b3b1c5ea3f48491aa033d3
/
.
/
src
/
third_party
/
musl
/
arch
/
aarch64
/
bits
/
endian.h
blob: 7a74d2febceedd63d37e6877758adcf757801b0f [
file
] [
log
] [
blame
]
#if __AARCH64EB__
#define
__BYTE_ORDER __BIG_ENDIAN
#else
#define
__BYTE_ORDER __LITTLE_ENDIAN
#endif