7.19.10.1 The clearerr function
Synopsis
#include <stdio.h>
void clearerr(FILE *stream);
Description
The clearerr function clears the end-of-file and error indicators for the stream pointed to by stream.
Returns
The clearerr function returns no value.