[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  FFLUSH

  .  Summary

  fflush(int <fh>);

  .  Description

  The fflush function flushes the buffer associated with the file rep-
  resented by file handle <fh>. If the file is opened for writing, any
  characters in the buffer are written. If the file is opened for
  reading, the buffer is cleared.

  .  Return Value

  A value of -1 is returned if there is a problem flushing the buffer.


See Also: fopen fclose
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson