Synopsis
#include <stdio.h>
void rewind(FILE *stream);
Description
Sets the file position to the beginning of the file of the given stream.
#include <stdio.h>
void rewind(FILE *stream);
Sets the file position to the beginning of the file of the given stream.