Y
Hacker News
new
|
ask
|
show
|
jobs
by
1718627440
274 days ago
I write "return EXIT_SUCCESS;" maybe that constant might change... :-)
1 comments
veltas
274 days ago
0 is guaranteed to mean 'success', although not guaranteed that it's equal to EXIT_SUCCESS, so you can always use 0.
link