www.LinuxHowtos.org
ARES_FREE_STRING
Section: C Library Functions (3)Updated: 4 February 2004
Index Return to Main Contents
NAME
ares_free_string - Free strings allocated by ares functionsSYNOPSIS
#include <ares.h> void ares_free_string(void *str)
DESCRIPTION
The ares_free_string(3) function frees a string allocated by an ares function.SEE ALSO
ares_mkquery(3) ares_expand_string(3)