Files
2024-02-19 00:24:47 -05:00

11 lines
134 B
C

#include <ansidecl.h>
#include <netinet/in.h>
#undef ntohl
unsigned long int
DEFUN(ntohl, (x), unsigned long int x)
{
return x;
}