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