[BACK]Return to test-ntohl.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/test-ntohl.c, Revision 1.1

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

CVSweb