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