CLEARERR(3) Library Functions Manual CLEARERR(3)

clearerrclear 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> .

Derived from Issue 1 of the SVID.

February 1997 posix.fail