__sfeof
#define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p))
#define feof_unlocked(p) __sfeof(p)
ret= __sfeof(fp);
return (__sfeof(fp));