Hacker News new | ask | show | jobs
by christophilus 2826 days ago
Yep. I was going to say Redis and SQLite. Both are really well commented. They almost read like a manual.
1 comments

Although still in beta, I'd like to add BearSSL to the mix of well written and documented C libraries. In particular compared to the OpenSSL "documentation". It's also nice to see an TLS implementation without any memory allocations at all.