Making a 'read-entire-file-into-a-string' function. Reads the whole thing in one…
Making a 'read-entire-file-into-a-string' function. Reads the whole thing in one chunk (uses fseek/ftell to compute the length), and seems to handle unicode just fine.
Showing
src/chars.txt
0 → 100644
src/file.c
0 → 100644
src/file.h
0 → 100644
src/test_file.c
0 → 100644
Please
register
or
sign in
to comment