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