clearerr - clear indicators on a stream
#include <stdio.h>
void clearerr(FILE *stream);
The clearerr() function clears the end-of-file and error indicators for the stream to which stream points.
The clearerr() function returns no value.
No errors are defined.
None.
None.
None.
<stdio.h>.