Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - <b>fflush</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson