ref: bbe177e996faa075ea893b04f16cf341d6ea3678 dir: /lib/c/ferror.c/
#include <stdio.h> #undef ferror int ferror(FILE *fp) { return fp->flags & _IOERR; }