C (programming language)

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.

Projects

https://github.com/mjansson/rpmalloc

My projects

c-utils

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

MCA

STAR

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://git.sr.ht/~siiky/star

https://gitlab.com/akihe/radamsa

radamsa may have been my first contact with Scheme!

pl.scheme.gmi