inet_pton(), patched by Thomas Cort.

This commit is contained in:
Ben Gras
2010-07-26 14:47:10 +00:00
parent 008cc7c1a7
commit 541b5c5c38
3 changed files with 218 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ _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) );
_PROTOTYPE( int inet_pton, (int af, const char *src, void *dst) );
#ifdef _MINIX
/* Additional functions */