QP_tab() #include <quintus/quintus.h>
int QP_tab(stream, count, c)
QP_stream *stream;
int count;
int c;
Output count number of the character c on Prolog output stream stream.
QP_tab(QP_curout, 5, ' ') puts 5 blank
characters to the current output stream.
QP_tabto()