QP_fgetc() #include <quintus/quintus.h>
int QP_fgetc(stream)
QP_stream *stream;
Behaves like QP_getc(), but is a function rather than a macro.
QP_fgetc() is similar to library function fgetc(3V),
however the return values differ and stream is a Prolog stream
rather than a stdio stream.
QP_SUCCESS
QP_ERROR
QP_ferror(), QP_fopen(),
QP_fread(), QP_putc(), QP_ungetc()
fli-ios