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.AUTHOR
Greg Hudson, MIT Information SystemsCopyright 1998 by the Massachusetts Institute of Technology.