Next: cpg-ref-SP_put_term, Previous: cpg-ref-SP_put_number_codes, Up: cpg-bif [Contents][Index]
SP_put_string()
#include <sicstus/sicstus.h> int SP_put_string(SP_term_ref term, char const *string);
Assigns to term
a reference to a Prolog atom.
The SP_term_ref to be assigned
The string corresponding to the atom
Zero if the conversion fails (as far as failure can be detected), and a nonzero value otherwise.