This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
node
mirror of
https://github.com/nodejs/node.git
Watch
1
Star
0
Fork
You've already forked node
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4531c154e5
node
/
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