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