]> git.cameronkatri.com Git - mandoc.git/blob - test-ntohl.c
Avoid legacy CSS2 syntax for the "display" property and use the CSS3
[mandoc.git] / test-ntohl.c
1 #include <arpa/inet.h>
2
3 int
4 main(void)
5 {
6 return htonl(ntohl(0x3a7d0cdb)) != 0x3a7d0cdb;
7 }