GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ARES_STRERROR(3) FreeBSD Library Functions Manual ARES_STRERROR(3)

ares_strerror - Get the description of an ares library error code

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

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.

ares_free_errmem(3)

Greg Hudson, MIT Information Systems
Copyright 1998 by the Massachusetts Institute of Technology.
25 July 1998

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.