This is a File I/O function. It is not implemented in the Compiler.
#include <stdio.h>
void clearerr(FILE *f);
clearerr() resets the error flag and the EOF marker of file f.