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