Misplaced Pages

Rewind (C): Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editContent deleted Content addedVisualWikitext
Revision as of 10:02, 21 June 2011 editJiyaoliu (talk | contribs)4 edits Syntax:← Previous edit Latest revision as of 23:48, 27 April 2023 edit undoSteel1943 (talk | contribs)Autopatrolled, Extended confirmed users, Page movers, Pending changes reviewers, Rollbackers, Template editors197,279 edits Rcat 
(14 intermediate revisions by 8 users not shown)
Line 1: Line 1:
#REDIRECT ]
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. <br />
Acts as if fseek(stream, 0L, SEEK_SET) was called for the stream passed, and then its error indicator cleared.<br />


{{Redirect category shell|
==Syntax:==
{{R with history}}
<source lang="c">
{{R to anchor}}
#include <stdio.h>
}}
void rewind( FILE *stream );
</source>

Latest revision as of 23:48, 27 April 2023

Redirect to:

This page is a redirect. The following categories are used to track and monitor this redirect:
  • With history: This is a redirect from a page containing substantive page history. This page is kept as a redirect to preserve its former content and attributions. Please do not remove the tag that generates this text (unless the need to recreate content on this page has been demonstrated), nor delete this page.
    • This template should not be used for redirects having some edit history but no meaningful content in their previous versions, nor for redirects created as a result of a page merge (use {{R from merge}} instead), nor for redirects from a title that forms a historic part of Misplaced Pages (use {{R with old history}} instead).
  • To an embedded anchor: This is a redirect from a topic that does not have its own page to an embedded anchor on the redirect's target page.
    • An {{anchor|(anchor name)}} or {{visible anchor}} template, a HTML element with id="(anchor name)", or an |id=(anchor name) parameter might be installed at the beginning of a paragraph, in or near a section header or within a table. The anchor might also be an old section header that has been edited and is anchored within or near the new header to prevent broken internal and external links.
    • Even though section headers of the general form ==(Header name)== are themselves a type of anchor, use {{R to section}} instead.
When appropriate, protection levels are automatically sensed, described and categorized.