My personal C coding style as of late 2023
last updated: Oct 20, 2023
https://nullprogram.com/blog/2023/10/08/
The typedefs make their C read a lot like zig.
I like the simple ptr+len string type, and the use of structs for return values.
https://nullprogram.com/blog/2023/10/08/
The typedefs make their C read a lot like zig.
I like the simple ptr+len string type, and the use of structs for return values.