原 型:void clearerr(FILE *stream);
头 文 件:stdio.h
说 明:为stream指向的流清除文件尾指示器和错误指示器。
返 回 值:无。
相关函数:feof、ferror、rewind