This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
musl
mirror of
git://git.musl-libc.org/musl
Watch
1
Star
0
Fork
You've already forked musl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
797899802d
musl
/
arch
/
arm
/
bits
/
endian.h
6 lines
98 B
C
Raw
Blame
History
#
if __ARMEB__
#
define __BYTE_ORDER __BIG_ENDIAN
#
else
#
define __BYTE_ORDER __LITTLE_ENDIAN
#
endif
Reference in New Issue
View Git Blame
Copy Permalink