from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
ARES_STRERROR
Section: C Library Functions (3) Updated: 25 July 1998 Index
Return to Main Contents
NAME
ares_strerror - Get the description of an ares library error code
SYNOPSIS
#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 NU-terminated C string.
NOTES
This function is not compatible with ares, it takes a different set of
arguments.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- NOTES
-
|