What small open source projects in C are interesting for learning good design?
The project should be:
- Not too large (like the linux kernel)
- Well documented
- Perhaps still under active development
I've just started learning C, and while the language itself is not too difficult, i'm struggling how to design larger applications, so i thought checking out other open source projects would be a good starting point.
Thanks!