table of contents
other versions
- stretch 1.12.0-1+deb9u1
- testing 1.14.0-1
- stretch-backports 1.14.0-1~bpo9+1
- unstable 1.14.0-1
ARES_STRERROR(3) | Library Functions Manual | ARES_STRERROR(3) |
NAME¶
ares_strerror - Get the description of an ares library error codeSYNOPSIS¶
#include <ares.h>
const char *ares_strerror(int code)
DESCRIPTION¶
The ares_strerror function gets the description of the ares library error code code, returning the result as a NUL-terminated C string.NOTES¶
This function is not compatible with ares, it takes a different set of arguments.AUTHOR¶
Greg Hudson, MIT Information SystemsCopyright 1998 by the Massachusetts Institute of Technology.
25 July 1998 |