linux fflush

函数名: fflush
功 能: 清除读写缓冲区,在需要立即把输出缓冲区的数据进行物理写入时
头文件:stdio.h
原型:int fflush(FILE *stream)
 
其中stream是要冲洗的流

posted on 2020-07-13 14:21  lydstory  阅读(397)  评论(0)    收藏  举报

导航