

clearerr()                 STDIO Macro                 clearerr()




Present stream status

#include <stdio.h>
cclleeaarreerrrr(_f_p) FFIILLEE *_f_p;

clearerr resets  the error flag of the argument  fp.  If an error
condition is  detected by the related  macro ferror, clearerr can
be called to clear it.

***** Example *****

For an example of this function, see the entry for ffeerrrroorr.

***** See Also *****

ferror(), STDIO








































COHERENT Lexicon                                           Page 1


