QP_char_count()

Synopsis

     #include <quintus/quintus.h>
     
     int QP_char_count(stream)
     QP_stream *stream;
     

Obtains the current character count for the Prolog stream stream. QP_char_count() is a macro.

Arguments


stream
a pointer to a valid Prolog stream structure

See Also

QP_get_pos(), QP_line_count(), QP_line_position(), character_count/2, QP_getpos(), QP_setpos(), QP_seek(), stream_position/[2,3] fli-ios