. \" Manual Seite fuer flush . \" @(#)flush.3 1.1 . \"
FLUSH 3 "15. Juli 1988" "J\*org Schilling" "Schily\'s LIBRARY FUNCTIONS"
NAME
flush() - flushes the buffer for standard output
SYNOPSIS
flush()
DESCRIPTION
flush() prompts to standard output. It is used because the output is not visible to the user until a flush(), close() or exit() is done.
RETURNS
none
NOTES
flush() is defined in the standard header file, stdio.h, as fflush(stdout).