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