source: trunk/indexers/mg/lib/win32in.h@ 3745

Last change on this file since 3745 was 3745, checked in by mdewsnip, 21 years ago

Addition of MG package for search and retrieval

  • 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.