DtDtsFreeAttributeList(library call) DtDtsFreeAttributeList(library call)
NAME [Toc] [Back]
DtDtsFreeAttributeList - free a list of data attributes
SYNOPSIS [Toc] [Back]
#include <Dt/Dts.h>
void DtDtsFreeAttributeList(
DtDtsAttribute **attr_list);
DESCRIPTION [Toc] [Back]
The DtDtsFreeAttributeList function frees the memory used for an
attribute list.
The attr_list argument is a list of attribute and value pairs defined
by the DtDtsAttribute structure.
RETURN VALUE [Toc] [Back]
The DtDtsFreeAttributeList function returns no value.
SEE ALSO [Toc] [Back]
Dt/Dts.h, DtDtsLoadDataTypes(3).
- 1 - Formatted: January 24, 2005 [ Back ] |