2.2.40 int fflush
int fflush(FILE *stream)
Flush stream
.
This is a null operation provided for source-code compatibility only, as the standard IO implementation currently does not perform any buffering.
int fflush(FILE *stream)
Flush stream
.
This is a null operation provided for source-code compatibility only, as the standard IO implementation currently does not perform any buffering.