Next: cpg-ref-SP_is_float, Previous: cpg-ref-SP_is_atomic, Up: cpg-bif [Contents][Index]
SP_is_compound()
#include <sicstus/sicstus.h> int SP_is_compound(SP_term_ref term);
Determines whether the value of term
is a Prolog compound term.
The SP_term_ref to be inspected
1 if it is a compound term and 0 otherwise.