Next: cpg-ref-SP_unget_byte, Previous: cpg-ref-SP_string_from_atom, Up: cpg-bif [Contents][Index]
SP_term_type()
#include <sicstus/sicstus.h> int SP_term_type(SP_term_ref term);
Determines the type of the value of term
.
The SP_term_ref to be inspected
One of:
SP_TYPE_VARIABLE
a variable
SP_TYPE_INTEGER
an integer
SP_TYPE_FLOAT
a float
SP_TYPE_ATOM
an atom
SP_TYPE_COMPOUND
a compound term
SP_TYPE_ERROR
an error occurred.