_ftello
if (_ftello(fp, &curoff))
if (!havepos && _ftello(fp, &curoff))
ret = _ftello(fp, &rv);
extern int _ftello(FILE *, fpos_t *);