If a program invokes fwrite() to write some data to a file but then exists abnormally,will the buffer of fwrite() be cleared flushed,or the buffered data will be left over in memory?
fwrite()
我正在考虑的操作系统是Linux.