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