Y
Hacker News
new
|
ask
|
show
|
jobs
by
lieks
395 days ago
The write(2) libc function is just a C wrapper for the syscall. It's the functions from stdio.h that are buffered.
1 comments
nasretdinov
394 days ago
Ah ok sorry I got confused by the comments nesting level. I thought we were talking about the OpenBSD's version which uses puts
link