 |
Index for Section 3 |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DtDtsFreeDataTypeNames(3)
CDE
NAME
DtDtsFreeDataTypeNames - free a list of data type names
SYNOPSIS
#include <Dts.h>
void DtDtsFreeDataTypeNames(char **namelist);
DESCRIPTION
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
The DtDtsFreeDataTypeNames function returns no value.
SEE ALSO
Dts.h, DtDtsLoadDataTypes(3)
 |
Index for Section 3 |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|