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