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