FILE *out=fopen64(\"text.txt\",\"w+\"); unsigned int write; char *outbuf=new char[write]; //fill outbuf printf(\"%i\\n\",ftello64(out)); fwrite(outbuf,sizeof(char),w
Interesting. Works fine on Windows VC++, albeit ftello64 replaced with ftell.
ftello64
ftell