Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

ares_free_string.c File Reference

#include "ares_private.h"

Include dependency graph for ares_free_string.c:

Go to the source code of this file.

Functions

void ares_free_string (unsigned char *str)


Function Documentation

void ares_free_string unsigned char *  str  ) 
 

Definition at line 25 of file ares_free_string.c.

References free.

Referenced by ares_query().

00026 {
00027   free(str);
00028 }


Generated on Wed Jan 14 12:59:00 2004 for RTL-lwIP-0.4 by doxygen 1.3.4