pe_unit_name |
Retrieves the name of the unit of measure
void pe_unit_name (PE_UNIT unit, char name[PE_NAME_MAX]);
unit | The unit object |
name | The name of the unit object |
Retrieves the name of the specified unit
None
char f[PE_NAME_MAX];
pe_unit_name(feet, f);