Next: cpg-ref-SP_query, Previous: cpg-ref-SP_put_term, Up: cpg-bif
SP_put_variable()
#include <sicstus/sicstus.h> int SP_put_variable(SP_term_ref term);
Assigns to term a reference to a new unbound Prolog variable.
term
Zero if the call fails (as far as failure can be detected), and a nonzero value otherwise.
Creating Prolog Terms.