ChezScheme
ChezScheme copied to clipboard
Scall returning multiple values
Hi, is there a kind of Scall that can be applied on a scheme function that returns multiple values?
By example:
#define CALL0(who) Scall0(Stop_level_value(Sstring_to_symbol(who)))
ptr p=CALL0("open-string-output-port");
How to get the port and the procedure?