Next: cpg-ref-SP_put_variable, Previous: cpg-ref-SP_put_string, Up: cpg-bif [Contents][Index]
SP_put_term()#include <sicstus/sicstus.h>
int
SP_put_term(SP_term_ref to,
SP_term_ref from);
Assigns to to the value of from.
The SP_term_ref to be assigned
The SP_term_ref whose value is accessed
Zero if the conversion fails (as far as failure can be detected), and a nonzero value otherwise.