Manpages LWRES_HSTRERRORSection: C Library Functions (3)Updated: Jun 30, 2000 Index Return to Main Contents NAMElwres_herror, lwres_hstrerror - lightweight resolver error message generationSYNOPSIS#include <lwres/netdb.h>void lwres_herror(const char *s); const char * lwres_hstrerror(int err); DESCRIPTIONlwres_herror() prints the string s on stderr followed by the string generated by lwres_hstrerror() for the error code stored in the global variable lwres_h_errno. lwres_hstrerror() returns an appropriate string for the error code gievn by err. The values of the error codes and messages are as follows:
RETURN VALUESThe string Unknown resolver error is returned by lwres_hstrerror() when the value of lwres_h_errno is not a valid error code. SEE ALSOherror(3), lwres_hstrerror(3).
IndexThis document was created by man2html, using the manual pages. Time: 23:13:00 GMT, July 05, 2025 |