clearerr()

This is a file I/O function, also hardware dependent. It is not implemented in this Compiler.

Syntax
  #include <stdio.h>
  

void clearerr(FILE *f);

Description

clearerr() resets the error flag and the EOF marker of file f.

Return

None