std::clearerr (3) - Linux Manuals

std::clearerr: std::clearerr

NAME

std::clearerr - std::clearerr

Synopsis


Defined in header <cstdio>
void clearerr( std::FILE* stream );


Resets the error flags and the EOF indicator for the given file stream.

Parameters


stream - the file to reset the error flags for

Return value


(none)

Example


 This section is incomplete
 Reason: no example

See also


       checks for the end-of-file
feof (function)
       displays a character string corresponding of the current error to stderr
perror (function)
       checks for a file error
ferror (function)