#include <stdio.h> void rewind(FILE *file);
This function repositions the file pointer to the beginning of the file and clears the error indicator.
None.
ANSI, POSIX
rewind(stdin);
Go to the first, previous, next, last section, table of contents.