This is a File I/O function. It is not implemented in the Compiler.
#include <stdio.h>
void rewind(FILE *f);
rewind() resets the current position in file f to the beginning of the file. It also clears the file's error indicator.
fopen(),
fseek(), and
fsetpos()