home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Serving the Web
/
ServingTheWeb1995.disc1of1.iso
/
linux
/
slacksrce
/
d
/
libc
/
libc-4.6
/
libc-4
/
libc-linux
/
sysdeps
/
i386
/
ntoh.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-10-19
|
324 b
|
15 lines
#include <ansidecl.h>
#include <gnu-stabs.h>
#include <netinet/in.h>
#undef ntohl
#undef ntohs
#undef htonl
#undef htons
function_alias(ntohl, htonl, unsigned long int, (x),
DEFUN(htonl, (x), unsigned long int))
function_alias(ntohs, htons, unsigned short int, (x),
DEFUN(htons, (x), unsigned short int))