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

For the hello-out one, it's because stderr isn't buffered output, while stdin is. You can change this by calling setbuf(stdout, NULL);


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

Search: