HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Fikoko

no profile record

Submissions

Show HN: Canon-C – a semantic C library

github.com
3 points·by Fikoko·hace 5 meses·2 comments

comments

Fikoko
·hace 5 meses·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.