__sfeof
#define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p))
ret = __sfeof(fp);
if (len == 0 || (wc == WEOF && !__sfeof(fp)))