prolog::with_output_to_chars/3

with_output_to_chars(? Goal, - Chars)*

Execute goal Goal such that its standard output will be sent to a memory buffer. After successful execution the contents of the memory buffer will be converted to the list of character codes Chars.

Private-func:

1. prolog::with_output_to_chars_3::with_output_to_chars/3(int ARG1, int ARG2, int ARG3)():