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