fflush
| fflush | 
  Purpose
 
  Synopsis
 
procedure fflush
 
  Further information
 
 This procedure forces a write of all buffered data of the default output stream.
 fflush is automatically called when the stream is closed either with
 fclose or when the program terminates.
 
  Related topics
 
 
