Difference between revisions of "cpp/io/c/rewind"
From cppreference.com
m (Text replace - "<!-- ======== --> " to "") |
m (Text replace - "{{return none}}" to "(none)") |
||
Line 13: | Line 13: | ||
===Return value=== | ===Return value=== | ||
− | + | (none) | |
===See also=== | ===See also=== |
Revision as of 13:29, 11 October 2011
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.
Parameters
stream | - | file stream to modify |
Return value
(none)