table of contents
other versions
- wheezy 1.9.1-3
- jessie 1.10.0-2+deb8u1
- jessie-backports 1.12.0-1~bpo8+1
- testing 1.12.0-1
- unstable 1.12.0-2
ARES_FREE_STRING(3) | Library Functions Manual | ARES_FREE_STRING(3) |
NAME¶
ares_free_string - Free strings allocated by ares functionsSYNOPSIS¶
#include <ares.h>
void ares_free_string(void *str)
DESCRIPTION¶
The ares_free_string function frees a string allocated by an ares function.SEE ALSO¶
ares_mkquery(3) ares_expand_string(3)AUTHOR¶
Greg Hudson, MIT Information Systems4 February 2004 |