SP_put_integer()
#include <sicstus/sicstus.h> int SP_put_integer(SP_term_ref term, long 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.