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