7.19.10.1 The clearerr function

Synopsis

1

#include <stdio.h>
void clearerr(FILE *stream);

Description

2

The clearerr function clears the end-of-file and error indicators for the stream pointed to by stream.

Returns

3

The clearerr function returns no value.