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