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:
C/C++ Source or Header  |  1992-10-19  |  324 b   |  15 lines

  1. #include <ansidecl.h>
  2. #include <gnu-stabs.h>
  3. #include <netinet/in.h>
  4.  
  5. #undef ntohl
  6. #undef ntohs
  7. #undef htonl
  8. #undef htons
  9.  
  10. function_alias(ntohl, htonl, unsigned long int, (x),
  11.            DEFUN(htonl, (x), unsigned long int))
  12.  
  13. function_alias(ntohs, htons, unsigned short int, (x),
  14.            DEFUN(htons, (x), unsigned short int))
  15.