strcpy: a niche function you don't need
null program
six thoughts on generating c
wingolog
A simple, arena-backed, generic dynamic array for C
A lock-free, concurrent, generic queue in 32 bits
Compiler devnotes: Machine specs
Drew DeVault's blog
An easy-to-implement, arena-friendly hash map
Two handy GDB breakpoint tricks
Luhn algorithm using SWAR and SIMD
My personal C coding style as of late 2023
Assertions should be more debugger-oriented
How to build a WaitGroup from a 32-bit integer
An improved chkstk function on Windows
Giving C++ std::regex a C makeover
My review of the C standard library in practice
A flexible, lightweight, spin-lock barrier