Next: cpg-ref-SP_put_integer_bytes, Previous: cpg-ref-SP_put_functor, Up: cpg-bif
SP_put_integer()
#include <sicstus/sicstus.h> int SP_put_integer(SP_term_ref term, SP_integer i);
Assigns to term a reference to an integer.
term
Zero if the conversion fails (as far as failure can be detected), and a nonzero value otherwise.
Creating Prolog Terms.