call-with-string-io

[procedure] call-with-string-io string proc

Gauche: calls proc with two ports. The first one is an input string port from string, and the second one is an output string port whose content at the time proc returns will be the result of call-with-string-io.

See also call-with-input-string, call-with-output-string, call-with-process-io?