CLEARERR(3) Library Functions Manual CLEARERR(3)
NAME
clearerr — clear
indicators on a stream
SYNOPSIS
#include <stdio.h> void clearerr(FILE *stream);
DESCRIPTION
The clearerr() function clears the end-of-file and error indicators for the stream to which stream points.
RETURN VALUE
The clearerr() function returns no value.
ERRORS
No errors are defined.
EXAMPLES
None.
APPLICATION USAGE
None.
FUTURE DIRECTIONS
None.
SEE ALSO
DERIVATION
Derived from Issue 1 of the SVID.
February 1997 posix.fail