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