nodrock / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
0 stars 1 forks source link

add LFS support to filesystem #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
LFS or Large file support

eg. allowing to read/write files in the 4GB zone

see: http://en.wikipedia.org/wiki/Large_file_support

POSIX (Linux/Macintosh)
fseeko() / ftello()

WIN32
_fseeki64() / _ftelli64()

Original issue reported on code.google.com by zwetan on 23 Aug 2014 at 3:41