Hacker News new | ask | show | jobs
by izabera 2827 days ago
https://git.musl-libc.org/cgit/musl/tree/src/string/strcspn....

https://git.musl-libc.org/cgit/musl/tree/src/stdio/vfprintf....

ah yes, good quality code

2 comments

I still think musl overall is quite readable, but my goodness, that switch statement in your second example. What a monster. I didn't think it was possible to be this confusing without the preprocessor.
What's the problem, out loud?