File: test-ntohl.c

package info (click to toggle)
mdocml 1.14.6-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,536 kB
  • sloc: ansic: 37,110; makefile: 1,159; sh: 562; perl: 413
file content (7 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#include <arpa/inet.h>

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