Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Ironically using C without libc turns out to be easier (except for portability of course). The kernel ABI is much more sane than <stdio.h>. The only useful parts of libc are DNS resolution and text formatting, both of which it does rather poorly.


By text formatting, do you mean printf and the like? It is pretty powerful in my experience.

Also, DNS resolution isn't part of the C standard, it's a POSIX interface I think.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: