ares_free_errmem

Langue: en

Version: 23 July 1998 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ares_free_errmem - Free memory allocated by ares_strerror

SYNOPSIS

 #include <ares.h>
 
 void ares_free_errmem(char *errmem)
 

DESCRIPTION

The ares_free_errmem function frees any memory which might have been allocated by the ares_strerror(3) function. The parameter errmem should be set to the variable pointed to by the memptr argument previously passed to ares_strerror.

SEE ALSO

ares_strerror(3)

AUTHOR

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