FFLUSH Force File Flush
Section: Input/Ouput Functions
Usage
Flushes any pending output to a given file. The general use of this function isfflush(handle)
where handle
is an active file handle (as returned by fopen
).
Section: Input/Ouput Functions
fflush(handle)
where handle
is an active file handle (as returned by fopen
).