Hacker News new | ask | show | jobs
by emilfihlman 2475 days ago
Why is fputs returning 1?
1 comments

1 is a non-negative number. fputs() return nonnegative numbers on success...
Ah yeah true, looked at the wrong part of a man page.