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