shithub: scc

ref: 7180aa94fe54c91579070dcf0518c46d17060f29
dir: /lib/c/ferror.c/

View raw version

#include <stdio.h>
#undef ferror

int
ferror(FILE *fp)
{
	return fp->flags & _IOERR;
}