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