Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/io/c/rewind"

From cppreference.com
< cpp‎ | io‎ | c
m (Text replace - "<!-- ======== --> " to "")
m (Text replace - "{{return none}}" to "(none)")
Line 13: Line 13:
  
 
===Return value===
 
===Return value===
{{return none}}
+
(none)
  
 
===See also===
 
===See also===

Revision as of 13:29, 11 October 2011

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.

Parameters

stream - file stream to modify

Return value

(none)

See also

Template:cpp/io/c/dcl list fseek