ares_strerror.txt

来自「RTL-lwIP is the porting of the lwIP TCP/」· 文本 代码 · 共 31 行

TXT
31
字号
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 + =
减小字号Ctrl + -
显示快捷键?