shithub: scc

ref: 92f9a64740292aba5d19f9562ab63d3f7645e491
dir: /lib/c/ferror.c/

View raw version

#include <stdio.h>
#undef ferror

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