SP_term_type()
#include <sicstus/sicstus.h> int SP_term_type(SP_term_ref term);
Determines the type of the value of term.
term
One of:
SP_TYPE_VARIABLE
SP_TYPE_INTEGER
SP_TYPE_FLOAT
SP_TYPE_ATOM
SP_TYPE_COMPOUND
Testing Prolog Terms.