语法:
#include <cstdio> void rewind( FILE *stream );
函数rewind()将文件指示符移动到给定的stream的开始,同时清除和这个stream相关的错误和EOF标志。
相关主题: fseek