int fflush(FILE *stream);
会强迫将缓冲区内的数据写回参数stream所指定的文件中。
fflush
最新推荐文章于 2024-03-07 11:49:38 发布
int fflush(FILE *stream);
会强迫将缓冲区内的数据写回参数stream所指定的文件中。