mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
29 lines
367 B
Plaintext
29 lines
367 B
Plaintext
Description:
|
|
Convert internet address from internal to printable, presentable format.
|
|
|
|
Files:
|
|
lib/inet_ntop.c
|
|
m4/inet_ntop.m4
|
|
|
|
Depends-on:
|
|
socklen
|
|
sys_socket
|
|
arpa_inet
|
|
netinet_in
|
|
extensions
|
|
|
|
configure.ac:
|
|
gl_INET_NTOP
|
|
gl_ARPA_INET_MODULE_INDICATOR([inet_ntop])
|
|
|
|
Makefile.am:
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Include:
|
|
#include <arpa/inet.h>
|
|
|
|
Maintainer:
|
|
Yoann Vandoorselaere, glibc
|