rewind
Syntax: #include <stdio.h> void rewind( FILE *stream ); 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. Related topics:
|
rewind
Syntax: #include <stdio.h> void rewind( FILE *stream ); 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. Related topics:
|