pe_primem_p

Tests whether an object is of type prime meridian.

Usage syntax

int pe_primem_p (struct pe_struct_t *p);

Parameters
p The pointer to an object
Description

Tests whether the argument is an object of type prime meridian.

Returns

Returns 1 if the argument points to an object of type prime meridian. Otherwise, 0.

Examples

test = pe_primem_p(pm);