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