shithub: scc

ref: b81141894f3c7f562bde8c125087cb51f00ae53a
dir: /lib/c/ferror.c/

View raw version

#include <stdio.h>
#undef ferror

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