#include #include #ifndef __NO_STAT64 off64_t ftello64(FILE *stream) { fflush(stream); return (lseek64(stream->fd,0ull,SEEK_CUR)); } #endif