This website requires JavaScript.
Explore
Help
Register
Sign In
netease
/
SmartAudio
Watch
1
Star
0
Fork
You've already forked SmartAudio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9b9ace1e6d
SmartAudio
/
prebuilt
/
gcc
/
linux-x86
/
arm
/
toolchain-sunxi-musl
/
toolchain
/
include
/
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