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


12.3.36 SP_get_list_codes()

Synopsis

#include <sicstus/sicstus.h>

int
SP_get_list_codes(SP_term_ref term,
                  char const **s);

Assigns to *s a zero-terminated array containing an encoded string that corresponds to the given Prolog code list. The array is subject to reuse by other support functions, so if the value is going to be used on a more than temporary basis, it must be moved elsewhere.

Arguments

term

The SP_term_ref holding the code list

s

The location to assign

Return Value

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

See Also

Accessing Prolog Terms.


Send feedback on this subject.