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