source: trunk/gsdl/packages/mg/lib/win32in.h@ 10853

Last change on this file since 10853 was 2742, checked in by cs025, 23 years ago

a few fixes for compiling under windows with new long long stuff in mg

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