home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1999 February / MACPOWER-1999-02.ISO.7z / MACPOWER-1999-02.ISO / 9902⁄AMUG / UTILITY / mac06-0.95.sit / mac06-0.95 / usr / include / arpa / arpa_inet.h next >
Text File  |  1998-11-01  |  196b  |  11 lines

  1. /* mac06ゥ1997 by HNS/DSITRI hns@computer.org
  2. ** arpa/inet.h
  3. */
  4.  
  5. #pragma once
  6.  
  7. char *inet_ntoa(unsigned long host);
  8. unsigned long inet_addr(char *name);
  9. #define inet_aton(n) inet_addr(n)
  10.  
  11. /* EOF */