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