stackoverflow:
fflush()
works on FILE*
, it just flushes the internal buffers in the FILE*
of your application out to the OS.
fflush()
works on FILE*
, it just flushes the internal buffers in the FILE*
of your application out to the OS.