MicrOS
|
#include "../stdio.h"
Functions | |
int | fflush (FILE *stream) |
Flush stream. More... | |
int fflush | ( | FILE * | stream | ) |
Flush stream.
If the given stream was open for writing any unwritten data in its output buffer is written to the file. If stream is a null pointer, all such streams are flushed.
stream | Pointer to a FILE object that identifies the stream to be closed. |