__off64_t
#define _IO_off64_t __off64_t
typedef __off64_t off_t;
typedef __off64_t off64_t;
(FILE *__stream, __off64_t __off, int __whence),
extern __off64_t __REDIRECT (ftello, (FILE *__stream), ftello64);
extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
extern __off64_t ftello64 (FILE *__stream) __wur;