logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ares_strerror - Get the description of an ares library error 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.

Name

ares_strerror - Get the description of an ares library error code

Notes

This function is not compatible with ares, it takes a different set of arguments. 25 July 1998 ARES_STRERROR(3)

Synopsis

#include <ares.h> const char *ares_strerror(int code)

See Also