
nullprogram.com/blog/2025/12/12/
A bunch of tips and rules I’ve created for myself for developing programs in the C programming language

Dump complex C declarations visually. Contribute to bbu/cdecl-dump development by creating an account on GitHub.
There are many possible programmer mistakes that are not caught by the minimal checks specified [...]

C is barebones and “doesn’t support” generics, but it’s actually quite easy to implement with the tools we already have. There’s many ways you might find them being implemented in the wild. Some of the common ones are

daniel.haxx.se8mo ago



