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