quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

ares_strerror.3 (551B)


      1 .\"
      2 .\" Copyright 1998 by the Massachusetts Institute of Technology.
      3 .\" SPDX-License-Identifier: MIT
      4 .\"
      5 .TH ARES_STRERROR 3 "25 July 1998"
      6 .SH NAME
      7 ares_strerror \- Get the description of an ares library error code
      8 .SH SYNOPSIS
      9 .nf
     10 #include <ares.h>
     11 
     12 const char *ares_strerror(int \fIcode\fP)
     13 .fi
     14 .SH DESCRIPTION
     15 The
     16 .B ares_strerror
     17 function gets the description of the ares library error code
     18 .IR code ,
     19 returning the result as a NUL-terminated C string.
     20 .SH NOTES
     21 This function is not compatible with ares, it takes a different set of
     22 arguments.