GitHub: https://github.com/Ferki-git-creator/stb-zip
MIT licensed, feedback welcome.
GitHub: https://github.com/Ferki-git-creator/stb-zip
MIT licensed, feedback welcome.
I filed an issue with the details: https://github.com/Ferki-git-creator/stb-zip/issues/1
Edit to add: I see now that you also did the Uprintf submission from a few days ago (https://news.ycombinator.com/item?id=44960664) which had some baffling bugs, and then you mentioned that you were using AI for some of it. That might explain the missing parts here too.
ycombinatrix•5mo ago
C headers can include arbitrary code, right? So why is "header-only" better than having file.h & file.c?
gkbrk•5mo ago
Turning a header-only library into file.h and file.c is easy if I want to do it. Turning a multi-file project into a single header file is a lot more work.
ycombinatrix•5mo ago
Why not say what you really mean? Which seems to be: "single-file" library.