clearerr

clearerr(清除文件流的错误标志)

相关函数:feof

表头文件:#include <stdio.h>

定义函数:void clearerr(FILE *stream);

函数说明:clearerr()清除参数stream指定的文件流所使用的错误标志。

返回值: