aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-ntohl.c
blob: 52dcc256ff5625c9cbdac01cd6e5cedc03b4ea5c (plain) (blame)
1
2
3
4
5
6
7
#include <arpa/inet.h>

int
main(void)
{
	return htonl(ntohl(0x3a7d0cdb)) != 0x3a7d0cdb;
}