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