Hacker News new | ask | show | jobs
by abaillargeon 4498 days ago
I'm interested in learning more about how the various libc's are implemented. Can someone suggest one (or other C code) that I can download and look through? I am trying to find high quality open source C to learn from. Thanks
1 comments

Musl is very easy to read, recommend looking at that. It is very easy to find your way around.