132
Comment:
|
← Revision 4 as of 2008-11-26 04:42:29 ⇥
138
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?''' |
How to handle large-file (>2G) IO?
- portable_fseek() should be used for fseek.
- portable_ftell() should be used for ftell.