Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2007-08-21 21:24:31
Size: 36
Editor: gtang
Comment:
Revision 4 as of 2008-11-26 04:42:29
Size: 138
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
How to handle large-file (>2G) IO? '''How to handle large-file (>2G) IO?'''

 * portable_fseek() should be used for fseek.
 * portable_ftell() should be used for ftell.

How to handle large-file (>2G) IO?

  • portable_fseek() should be used for fseek.
  • portable_ftell() should be used for ftell.

eman2LargeFileIO (last edited 2008-11-26 04:42:29 by localhost)