jow- / ucode

JavaScript-like language with optional templating
ISC License
87 stars 24 forks source link

fs: use `fseeko()` and `ftello()` #162

Closed jow- closed 12 months ago

jow- commented 12 months ago

Use fseeko() and ftello() instead of fseek() and ftell() respectively in order to be able to deal with large file offsets.