Next: cpg-ref-SU_initialize, Previous: cpg-ref-SP_unify, Up: cpg-bif [Contents][Index]
SP_unregister_atom()
#include <sicstus/sicstus.h> int SP_unregister_atom(SP_atom atom);
Unregisters the atom atom
with the Prolog memory manager by
incrementing its reference counter.
The atom to unregister
1 if atom
is valid, and 0 otherwise.
Creating and Manipulating SP_term_refs.