mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
29 lines
344 B
Plaintext
29 lines
344 B
Plaintext
Description:
|
|
Convert internet address from internal to printable, presentable format.
|
|
|
|
Files:
|
|
lib/inet_ntop.h
|
|
lib/inet_ntop.c
|
|
m4/inet_ntop.m4
|
|
|
|
Depends-on:
|
|
socklen
|
|
sys_socket
|
|
arpa_inet
|
|
netinet_in
|
|
|
|
configure.ac:
|
|
gl_INET_NTOP
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += inet_ntop.h
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Include:
|
|
"inet_ntop.h"
|
|
|
|
Maintainer:
|
|
Yoann Vandoorselaere, glibc
|