flush(3F)
NAME
flush − flush output to a logical unit
SYNOPSIS
subroutine flush (lunit)
integer lunit call flush call flush (lunit)
DESCRIPTION
flush causes the contents of the buffer for logical unit lunit to be flushed to the associated file. This is most useful for logical units 0 and 6 when they are both associated with the control terminal.
If no argument is supplied, buffers for all logical units that can be are flushed to the associated files.
FILES
/usr/lib/libI77.a
SEE ALSO
CX/UX Hf77 Fortran Reference Manual