blob: ab5322f8a825b27b8e092b79ebfc6607e341187f [file] [log] [blame]
#include <stdio.h>
int ferror(FILE *f)
{
return f->flags & _IO_FILE_FLAG_ERR;
}