12.3.45 SP_is_atomic()

Synopsis

     #include <sicstus/sicstus.h>
     
     int
     SP_is_atomic(SP_term_ref term);

Determines whether the value of term is a Prolog atomic term.

Arguments

term
The SP_term_ref to be inspected

Return Value

1 if it is an atomic term and 0 otherwise.

See Also

Testing Prolog Terms.


Send feedback on this subject.