1 2 3 4 5 6 7 8
#include <__stdio.h> #include <stdio.h> void clearerr_unlocked(FILE *stream) { if (stream != NULL) stream->flags &= ~(_IO_ERR | _IO_EOF); }