Next: , Previous: , Up: cpg-bif   [Contents][Index]


12.3.89 SP_register_atom()

Synopsis

#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.

Arguments

atom

The atom to register

Return Value

1 if atom is valid, and 0 otherwise.

See Also

Creating and Manipulating SP_term_refs.


Send feedback on this subject.