MicrOS
|
#include "../stdio.h"
Functions | |
int | ferror (FILE *stream) |
Check error indicator. More... | |
int ferror | ( | FILE * | stream | ) |
Check error indicator.
Checks if the error indicator associated with stream is set, returning a value different from zero if it is.
sstream | tream Pointer to a FILE object that identifies the stream to be closed. |