Gitiles
Code Review
Sign In
192.168.1.100
/
7520V3V
/
bfc6e71ee409bcae7f7b6850f4ebfbd3091c5851
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
sysdeps
/
x86
/
bits
/
endian.h
blob: 5a56c726f718688b462b24d80a53774421a97d3f [
file
] [
log
] [
blame
]
/* i386/x86_64 are little-endian. */
#ifndef
_ENDIAN_H
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
#endif
#define
__BYTE_ORDER __LITTLE_ENDIAN