Plan 9 from Bell Labs’s /usr/web/sources/contrib/gabidiaz/root/sys/src/cmd/perl/plan9/arpa/inet.h
/* Declarations which would have been found in <arpa/inet.h> */ /* On Plan 9, these are found in <netinet/in.h> */ /* extern unsigned long inet_addr(const char *); */ /* extern char *inet_ntoa(struct in_addr); */ #include <netinet/in.h>