ares_strerror - Man Page

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 NUL-terminated C string.

Notes

This function is not compatible with ares, it takes a different set of arguments.

Author

Greg Hudson, MIT Information Systems
Copyright 1998 by the Massachusetts Institute of Technology.

Referenced By

ares_library_init(3).

25 July 1998