pe_unit_name

Retrieves the name of the unit of measure

Usage syntax

void pe_unit_name (PE_UNIT unit, char name[PE_NAME_MAX]);

Parameters
unit The unit object
name The name of the unit object
Description

Retrieves the name of the specified unit

Returns

None

Examples

char f[PE_NAME_MAX];
pe_unit_name(feet, f);