HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Fikoko

no profile record

Submissions

Show HN: Canon-C – a semantic C library

github.com
3 points·by Fikoko·5 месяцев назад·2 comments

comments

Fikoko
·5 месяцев назад·discuss
Good catch! You’re right, ftell + fseek isn’t guaranteed to work for all files in ISO C, especially very large or non-seekable ones. In practice, for typical binary files it works fine, but I’ll add a note in the docs. I will consider a fallback using fread + realloc for full portability.