Everything

clearerr


Clears the error state of a stream input/output file.

[Format]

#include <stdio.h>

void clearerr (FILE *fp);

[Parameters]

fp File pointer

[Remarks]

The clearerr function clears the error indicator and end-of-file indicator for the stream input/output file indicated by file pointer fp.