 | | If stream is open for writing, fflush causes any buffered data waiting to be written to the file. If stream is open for reading, fflush causes any unread data in the buffer to be discarded. If stream is NULL, fflush flushes data to disk for all streams that are open for writing. | |
|