This is a file I/O function, also hardware dependent. It is not implemented in this 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.