1ARES_FREE_STRING(3) Library Functions Manual ARES_FREE_STRING(3)
23
4
NAME
6ares_free_string - Free strings allocated by ares functions
7
SYNOPSIS
9#include <ares.h>
1011
void ares_free_string(void *str)
12
DESCRIPTION
14The ares_free_string function frees a string allocated by an ares func‐
15tion.
16
SEE ALSO
18ares_mkquery(3) ares_expand_string(3)
19
AUTHOR
21Greg Hudson, MIT Information Systems
22Copyright 2000 by the Massachusetts Institute of Technology.
2324
25
26
4 February 2004 ARES_FREE_STRING(3)