clearerr()

This is a File I/O function. It is not implemented in the Compiler.

Syntax

#include <stdio.h>

void clearerr(FILE *f);

Description

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