Defined in header <cstdio> | ||
---|---|---|
void clearerr( std::FILE* stream ); |
Resets the error flags and the EOF
indicator for the given file stream.
stream | - | the file to reset the error flags for |
(none).
checks for the end-of-file (function) |
|
displays a character string corresponding of the current error to stderr (function) |
|
checks for a file error (function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/io/c/clearerr