shithub: scc

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

View raw version

#include <stdio.h>
#undef ferror

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