std::rewind
From cppreference.com
Defined in header <cstdio>
|
||
void rewind( FILE *stream ); |
||
Moves the file position indicator to the beginning of the given file stream. Template:cpp and error flags are also cleared.
stream | - | file stream to modify |
Template:returns Template:return none