C++ Programming/Code/Standard C Library/Functions/rewind
< C++ Programming < Code < Standard C Library < Functionsrewind
Syntax |
#include <cstdio>
void rewind( FILE *stream );
|
The function rewind() moves the file position indicator to the beginning of the specified stream, also clearing the error and EOF flags associated with that stream.
- Related topics
- fseek
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.