DtDtsFreeAttributeValue(library call) DtDtsFreeAttributeValue(library call)NAMEDtDtsFreeAttributeValue -- free a data attribute valueSYNOPSIS#include <Dt/Dts.h> void DtDtsFreeAttributeValue( char *attr_value);DESCRIPTIONThe DtDtsFreeAttributeValue function frees the memory used for an attribute value. The attr_value argument is the value of an attribute.RETURN VALUEThe DtDtsFreeAttributeValue function returns no value.SEE ALSODt/Dts.h, DtDtsLoadDataTypes(3). DtDtsFreeAttributeValue(library call)