Compaq Fortran for Tru64 UNIX Alpha Systems V5.4

flush (3f)


Syntax

  integer*4 lunit
  external flush
  call flush ( lunit )

Description

  The flush subroutine causes the contents of the buffer for logical unit
  lunit to be written to the associated file.  This is useful for logical
  units 0 and 6 when they are both associated with the control terminal.

See Also

  fclose(3), fsync(3)