2 @section @code{inet_ntop}
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_ntop.html}
7 Gnulib module: inet_ntop
9 Portability problems fixed by Gnulib:
12 This function is missing on some platforms:
13 HP-UX 11.00, mingw, MSVC 14.
15 This function is declared in @code{<netdb.h>} instead of @code{<arpa/inet.h>}
19 This function is declared in @code{<ws2tcpip.h>}, with a POSIX incompatible
20 declaration, on some platforms:
21 MSVC 14 on Windows >= Vista.
24 Portability problems not fixed by Gnulib:
27 This function's fourth argument type is @code{size_t} instead of
28 @code{socklen_t} on some platforms: