原 型:int ferror(FILE *stream);
头 文 件:stdio.h
返 回 值:如果为stream指向的流设置了文件错误指示器,那么返回非零值。否则返回零。
相似函数:feof
相关函数:clearerr、rewind