Hacker News new | ask | show | jobs
by fulafel 2146 days ago
Nitpick: printf is is a libc call.
1 comments

... and that libc code (usually NewLib[nano]) formats a buffer then calls write(2), which pk provides.