void clearerr( FILE *fp )
FILE *fp; /* open stream pointer */
Synopsis
#include "stdio.h"
The clearerr function clears the end-of-file and error flags for the stream associated with fp .
Parameters
fp is a pointer to an open stream.
Return Value
none
See Also
feof , ferror
Help URL: http://www.yourdomain.com/help/index.html?idh_silverc_compiler_reference_clearerr_.htm