prolog::read_stream_to_codes/2¶
read_stream_to_codes( +Stream, -Codes)
If Stream is a readable text stream, unify Codes with the sequence of character codess available from the stream.
If the stream had been emptied before, unify Codes with end_of_file
.
(undocumented)
Private-func:¶
1. prolog::read_stream_to_codes_2::read_stream_to_codes/2(int ARG1, int ARG2)():