💾 Archived View for siiky.srht.site › wiki › pl.c.gmi captured on 2024-08-18 at 18:07:50. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-05-24)
-=-=-=-=-=-=-
siiky
2023/02/09
2023/05/15
2023/05/15
programming
gemini://gemi.dev/cgi-bin/wp.cgi/view/en?C_(programming_language)
No introductions needed.
https://github.com/mjansson/rpmalloc
Type-safe, type-agnostic data structures in single-header C files through the power of C macrology. Heavily inspired by nothings/stb, swenson/sort, and other similar libraries. Includes a suite of QuickCheck-like tests, using an easy to use C library: theft.
https://git.sr.ht/~siiky/c-utils
Simple tar-like program. Defined its own file format, parser, and unparser. Remember trying radamsa (a fuzzer) to generate star files, and it wasn't as catastrophic as I'd expected! I found a couple of bugs, but otherwise star stood its ground well.
https://gitlab.com/akihe/radamsa
radamsa may have been my first contact with Scheme!