/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/cares/docs/ares_strerror.3
22 строки
551 B
Node.js GitHub Bot
deps: update c-ares to 1.29.0
02 июн 2024, 08:30
Не верифицирован
02 июн 2024, 08:30
41d90aa
Код
Авторство
О чём код?
.\" .\" Copyright 1998 by the Massachusetts Institute of Technology. .\" SPDX-License-Identifier: MIT .\" .TH ARES_STRERROR 3 "25 July 1998" .SH NAME ares_strerror \- Get the description of an ares library error code .SH SYNOPSIS .nf #include <ares.h> const char *ares_strerror(int \fIcode\fP) .fi .SH DESCRIPTION The .B ares_strerror function gets the description of the ares library error code .IR code , returning the result as a NUL-terminated C string. .SH NOTES This function is not compatible with ares, it takes a different set of arguments.