Revision as of 17:19, 21 June 2011 editKinu (talk | contribs)Edit filter managers, Autopatrolled, Administrators65,034 edits Lowercase title.← 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 |
(7 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
|
|
#REDIRECT ] |
|
<!-- Please do not remove or change this AfD message until the issue is settled --> |
|
|
{{Article for deletion/dated|page=Rewind (C)|timestamp=20110621101919|year=2011|month=June|day=21|substed=yes|help=off}} |
|
|
<!-- For administrator use only: {{Old AfD multi|page=Rewind (C)|date=21 June 2011|result='''keep'''}} --> |
|
|
<!-- End of AfD message, feel free to edit beyond this point --> |
|
|
{{lowercase|title=rewind}} |
|
|
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> |
|
|
|
|
|
|
|
|
<ref name="rewind">, The Open Group Base Specifications Issue 7, IEEE Std 1003.1-2008.</ref> |
|
|
<references /> |
|
|
] |
|