This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
nodejs
mirror of
https://gitee.com/openkylin/nodejs.git
Watch
9
Star
0
Fork
You've already forked nodejs
0
Code
Issues
Projects
Releases
Wiki
Activity
bc89866cfd
nodejs
/
tools
/
getendian.py
5 lines
90 B
Python
Raw
Blame
History
from
__future__
import
print_function
import
sys
# "little" or "big"
print
(
sys
.
byteorder
)
Reference in New Issue
View Git Blame
Copy Permalink