source: trunk/gsdl/src/mgpp/lib/win32in.h@ 855

Last change on this file since 855 was 855, checked in by sjboddie, 24 years ago

Rodgers new C++ mg

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 271 bytes
Line 
1/* This module provides an equivalent of <netinet/in.h> on */
2/* unix systems. */
3
4unsigned long htonl(unsigned long x);
5unsigned long ntohl(unsigned long x);
6mg_ullong ntohll(mg_ullong x);
7unsigned short htons(unsigned short x);
8unsigned short ntohs(unsigned short x);
Note: See TracBrowser for help on using the repository browser.