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