#ifdef SYS_ENDIAN #include #else #include #endif int main(void) { return htobe32(be32toh(0x3a7d0cdb)) != 0x3a7d0cdb; }