📄 ares_strerror.txt
字号:
ARES_STRERROR(3) ARES_STRERROR(3)NAME ares_strerror - Get the description of an ares library error codeSYNOPSIS #include <ares.h> const char *ares_strerror(int code, char **memptr)DESCRIPTION The ares_strerror function gets the description of the ares library error code code, returning the result as a NUL-terminated C string. A pointer to allocated data necessary to compose the error description may be stored in the variable pointed to by memptr. It is the caller's responsibility to invoke ares_free_errmem(3) with the value of that variable when the error description is no longer needed.SEE ALSO ares_free_errmem(3)AUTHOR Greg Hudson, MIT Information Systems Copyright 1998 by the Massachusetts Institute of Technology. 25 July 1998 ARES_STRERROR(3)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -