diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-26 21:03:19 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-26 21:03:19 +0100 |
| commit | 3f9ab56bd6ed874702900cc327894fc2593ab97b (patch) | |
| tree | 98be2221266d7ad88b69860ad857c502a90840d7 /README.md | |
| parent | f144f14d9c13f58afdcc86210824b25d9bf13a12 (diff) | |
Improve location pointer type flexibility
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ PGN specification can be found [here](https://www.chessclub.com/help/PGN-spec). # Features - Basic PGN parsing (tags, move, comments, variations, NAG, etc.) - Merged PGN files parsing (several games in one file) -- Handle very large file (max is 2^(sizeof(unsigned long long)) bytes) +- Handle very large file (max is 2^(sizeof(unsigned long long)*8) bytes) - Efficiency # How to use it ? |
