DtDtsFreeDataTypeNames(library call) DtDtsFreeDataTypeNames(library call)
NAME [Toc] [Back]
DtDtsFreeDataTypeNames - free a list of data type names
SYNOPSIS [Toc] [Back]
#include <Dt/Dts.h>
void DtDtsFreeDataTypeNames(
char **namelist);
DESCRIPTION [Toc] [Back]
The DtDtsFreeDataTypeNames function frees the memory used for a list
of data type names.
The namelist argument is a list of data type names.
RETURN VALUE [Toc] [Back]
The DtDtsFreeDataTypeNames function returns no value.
SEE ALSO [Toc] [Back]
Dt/Dts.h, DtDtsLoadDataTypes(3).
- 1 - Formatted: January 24, 2005 [ Back ] |