fflush


Purpose
Force the operating system to write buffered data.
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
fclose, fopen.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.