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