table of contents
other versions
- wheezy 0.7.3-6
- jessie 0.7.3-6+b2
- testing 0.9.4-1
- unstable 0.9.4-1
- experimental 0.10.0-1
gd_free_entry_strings(3) | GETDATA | gd_free_entry_strings(3) |
NAME¶
gd_free_entry_strings — free strings in a GetData gd_entry_t objectSYNOPSIS¶
#include <getdata.h>gd_entry_t
*gd_free_entry_strings(gd_entry_t *entry);
DESCRIPTION¶
The gd_free_entry_strings() function frees the character strings found in the gd_entry_t object entry which were previously allocated by a call to gd_entry(3). If entry is NULL, this function does nothing.RETURN VALUE¶
A call to gd_free_entry_strings() always returns its input, entry.NOTES¶
This function is provided as a convenience only. Callers may free strings allocated by gd_entry(3) themselves by simply calling free(3) on the appropriate members for the given entry type, if they prefer to do so.SEE ALSO¶
gd_entry(3), free(3)16 June 2010 | Version 0.7.0 |