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