unsigned long long filesize;
char[] s= "g:\\Mess.m2ts"
fp = &s;
open64("fp, "rb");
fpos_t file_pos;
filesize =ftell (fsetpos SEEK_END);


You should really read the man pages of the functions...