1ARES_STRERROR(3) Library Functions Manual ARES_STRERROR(3)
2
3
4
6 ares_strerror - Get the description of an ares library error code
7
9 #include <ares.h>
10
11 const char *ares_strerror(int code)
12
14 The ares_strerror function gets the description of the ares library er‐
15 ror code code, returning the result as a NUL-terminated C string.
16
18 This function is not compatible with ares, it takes a different set of
19 arguments.
20
22 Greg Hudson, MIT Information Systems
23 Copyright 1998 by the Massachusetts Institute of Technology.
24
25
26
27 25 July 1998 ARES_STRERROR(3)