Y
Hacker News
new
|
ask
|
show
|
jobs
by
emilfihlman
2475 days ago
Why is fputs returning 1?
1 comments
fit2rule
2475 days ago
1 is a non-negative number. fputs() return nonnegative numbers on success...
link
emilfihlman
2475 days ago
Ah yeah true, looked at the wrong part of a man page.
link