Hi
Added two function that allow 64 bit file system sup****t.
long long fseeki64(FILE *f,long long offset,int origin);
long long ftelli64(FILE *fhandle);
This functions allow you to position the file handle at any point in a
64 bit file size. Obviously files bigger than a 256 terabytes are not
very useful... they will not fit in any disk drive :-)
If you think the names aren't very good I am open to new
suggestions.
--
jacob navia
jacob at jacob point remcomp point fr
logiciels/informatique
http://www.cs.virginia.edu/~lcc-win32