This library provides C-Prolog compatible I/O predicates. It is included in the C-Prolog compatibility package, but may as well be used independently. It is loaded using
:- lib(cio).The following global predicates are defined by this library:
The predicates change ECLiPSe 's input or output stream, respectively. Other streams, like toplevel_input, are not affected, so the behaviour is similar as in Quintus Prolog.