Namespaces
Variants
Views
Actions

std::rewind

From cppreference.com
< cpp‎ | io‎ | c
Revision as of 06:13, 4 May 2011 by WikiSysop (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:cpp/io/c/sidebar

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.

Template:params

stream - file stream to modify

Template:returns Template:return none

Template:see also

Template:cpp/io/c/dcl list fseek