Aryadev Chavali 89b9c0f94d Chunk allocator for file handling
Apparently you can't just `fseek` because it's "not portable" and
"deeply offensive" or whatever, so here's a really dirty chunk based
allocator which uses `fread` to just read chunks of data at a time and
basically runs around this issue.

While it's slower than an fseek solution for general files, this
solution allows pipes and other _weird_ things that count as "files"
to just werk.
2023-09-02 15:52:40 +01:00
2023-09-02 15:21:56 +01:00
2023-09-02 15:52:40 +01:00
2023-09-02 15:21:56 +01:00
Description
No description provided
63 KiB
Languages
C 96%
Makefile 4%