ref: 7ed22aaeec7a09f2215d08003e2e5c824f903d5d dir: /sys/src/libstdio/ferror.c/
/* * pANS stdio -- ferror */ #include "iolib.h" int ferror(FILE *f){ return f->state==ERR; }