Sign in
cobalt
/
cobalt
/
08336faa599332e3e3bf29b7ad38ef023018b55e
/
.
/
third_party
/
musl
/
arch
/
arm
/
bits
/
endian.h
blob: 5953724a0b69603238653b75cccfc2686c3ccb96 [
file
] [
log
] [
blame
]
#if __ARMEB__
#define
__BYTE_ORDER __BIG_ENDIAN
#else
#define
__BYTE_ORDER __LITTLE_ENDIAN
#endif