QP_tabto()

Synopsis

     #include <quintus/quintus.h>
     
     int QP_tabto(stream, line_pos, c)
     QP_stream *stream;
     int        line_pos;
     int        c;
     

Pad the character c up to the specified line position line_pos on Prolog output stream stream.

Arguments


stream
pointer to a valid Prolog output stream
line_pos
line position to be padded to.
c
character used for padding

See Also

QP_tab()