So lately I've been working on a project to improve my knowledge of C programming. While it's going pretty good, I would like to read other people small-medium size projects to see code other than mine. Does someone know any projects like that?
@criw Not sure if you're interested in books but Plauger's "The Standard C Library" is very approachable and helps you learn the stdlib at the same time.
@drewfer Of course! Thanks for the recommendation, I'll get it as a reference since I only know a small part of the stdlib <3