QP_tabto() #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.
QP_tab()