ares_free_string.3 (458B)
1 .\" 2 .\" Copyright 2000 by the Massachusetts Institute of Technology. 3 .\" SPDX-License-Identifier: MIT 4 .\" 5 .TH ARES_FREE_STRING 3 "4 February 2004" 6 .SH NAME 7 ares_free_string \- Free strings allocated by ares functions 8 .SH SYNOPSIS 9 .nf 10 #include <ares.h> 11 12 void ares_free_string(void *\fIstr\fP) 13 .fi 14 .SH DESCRIPTION 15 The \fIares_free_string(3)\fP function frees a string allocated by an ares 16 function. 17 .SH SEE ALSO 18 .BR ares_mkquery (3) 19 .BR ares_expand_string (3)