12.3.15 SP_exception_term()

Synopsis

#include <sicstus/sicstus.h>

int
SP_exception_term(SP_term_ref term);

Retracts the current pending exception term, if it exists, and assigns it to term.

Arguments

term

The SP_term_ref to assign.

Return Value

1 if an exception term was retracted and assigned, and 0 otherwise.

See Also

Exception Handling in C.


Send feedback on this subject.