Home | History | Annotate | Line # | Download | only in dist
test-ntohl.c revision 1.1.1.1.2.2
      1  1.1.1.1.2.2  pgoyette #include <arpa/inet.h>
      2  1.1.1.1.2.2  pgoyette 
      3  1.1.1.1.2.2  pgoyette int
      4  1.1.1.1.2.2  pgoyette main(void)
      5  1.1.1.1.2.2  pgoyette {
      6  1.1.1.1.2.2  pgoyette 	return htonl(ntohl(0x3a7d0cdb)) != 0x3a7d0cdb;
      7  1.1.1.1.2.2  pgoyette }
      8