Next: cpg-ref-SP_atom_length, Up: cpg-bif [Contents][Index]
SP_atom_from_string()
#include <sicstus/sicstus.h> SP_atom SP_atom_from_string(char const *str);
Finds the Prolog atom whose characters are encoded by str
.
The characters comprising the atom.
The SP_atom, if str
is a valid internal character encoding, and
0 otherwise.
Creating and Manipulating SP_term_refs.