blob: 03065766d5bcb8effc375a8aad406f2d92d7b7e7 [file] [log] [blame]
#include <stdio.h>
_off64_t
ftello64 (FILE * stream)
{
return (_off64_t) _ftelli64(stream);
}