1 #include <sys/endian.h>
2 
main()3 int main()
4 {
5   return 0 * __BYTE_ORDER;
6 }
7