Next: , Previous: , Up: cpg-bif   [Contents][Index]


12.3.83 SP_put_variable()

Synopsis

#include <sicstus/sicstus.h>

int
SP_put_variable(SP_term_ref term);

Assigns to term a reference to a new unbound Prolog variable.

Arguments

term

The SP_term_ref to be assigned

Return Value

Zero if the call fails (as far as failure can be detected), and a nonzero value otherwise.

See Also

Creating Prolog Terms.


Send feedback on this subject.