DtDtsFreeDataType(library call) DtDtsFreeDataType(library call)NAMEDtDtsFreeDataType -- free data type pointer memorySYNOPSIS#include <Dt/Dts.h> void DtDtsFreeDataType( char *datatype);DESCRIPTIONThe DtDtsFreeDataType function frees the memory used for a data type name. The datatype argument is a pointer to a data type name string.RETURN VALUEThe DtDtsFreeDataType function returns no value.SEE ALSODt/Dts.h, DtDtsLoadDataTypes(3). DtDtsFreeDataType(library call)