原 型:void rewind(FILE *stream);
头 文 件:stdio.h
说 明:为stream指向的流设置文件位置指示器到文件的开始处。为流清除错误指示器和文件尾指示器。
返 回 值:无。
相似函数:fseek、fsetpos
相关函数:clearerr
也可参见:feof、ferror、fgetpos、ftell