blob: 8b36e443cb595d49b311d17bf9809d6b69843204 [file] [log] [blame]
#define __NO_STDIO_INLINES
#include "stdioint.h"
int ferror(FILE *__f)
{
return __f->_IO_error;
}