#include <sys/socket.h> #include <netdb.h> char *gai_strerror(int ecode);
The gai_strerror() function retrieves a text string that describes a return value received from calling the getaddrinfo() or getnameinfo() API.
No authorization is required.
gai_strerror() returns a pointer to the return value text.
Top | UNIX-Type APIs | APIs by category |