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