pe_unit_del

Removes a unit of measure object

Usage syntax

void pe_unit_del (PE_UNIT unit);

Parameters
unit The unit object
Description

Releases the memory allocated to the specified unit of measure object

Returns

None

Examples

pe_unit_del(ft);