11 lines
134 B
C
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;
|
|
}
|