pe_factory_datum |
Creates the specified datum object.
PE_DATUM pe_factory_datum (int code);
code | The code of the predefined datum object |
Creates the predefined datum object with the specified code.
On success, the new datum object. On failure, a null pointer.
PE_DATUM adindan = pe_factory_datum(PE_D_ADINDAN);