inet_ntop, contributed by Thomas Cort.

This commit is contained in:
Ben Gras
2010-07-23 09:54:47 +00:00
parent 3a5d923bf1
commit 34a58c8d82
3 changed files with 191 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ _PROTOTYPE( uint16_t htons, (uint16_t _hostval) );
_PROTOTYPE( char *inet_ntoa, (struct in_addr _in) );
_PROTOTYPE( uint32_t ntohl, (uint32_t _netval) );
_PROTOTYPE( uint16_t ntohs, (uint16_t _netval) );
_PROTOTYPE( char *inet_ntop, (int af, const void *src, char *dst,
uint32_t size) );
#ifdef _MINIX
/* Additional functions */