man ares_free_errmem (Fonctions bibliothèques) - Free memory allocated by ares_strerror

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

AUTHOR

Greg Hudson, MIT Information Systems

Copyright 1998 by the Massachusetts Institute of Technology.