pe_unit_p |
Tests whether the argument points to an object of type unit of measure
int pe_unit_p (struct pe_struct_t *p);
p | The pointer to an object |
Tests whether the argument is an object of type unit of measure
Returns 1 if the argument points to an object of type unit of measure; otherwise, 0
test = pe_unit_p(ft);