flush_print_buffer

BAP Online Manuals : Library Reference : Library by Name : flush_print_buffer
Previous: findall
Next: for

6.2.57. flush_print_buffer

flushes the contents oof the output buffer

SYNOPSIS

INCLUDE 'iolib.h'
flush_print_buffer

SYNTAX

flush_print_buffer

ARGUMENTS

none

DESCRIPTION

This predicate causes all contents of the print buffer to be printed to the current output stream. In normal use, the print buffer is flushed after every nl, after 128 characters are stored or when the output is redirected (via writedevice ...). To display single characters, the buffer must be flushed manually.

LAYERS

prolog-process, client-server, object

RELATED PREDICATES

set_flush_nl


BAP Online Manuals : Library Reference : Library by Name : flush_print_buffer
Previous: findall
Next: for