1 2 3 4 5 6 7
#include <arpa/inet.h> int main(void) { return htonl(ntohl(0x3a7d0cdb)) != 0x3a7d0cdb; }