Hacker News new | ask | show | jobs
by 1718627440 274 days ago
I write "return EXIT_SUCCESS;" maybe that constant might change... :-)
1 comments

0 is guaranteed to mean 'success', although not guaranteed that it's equal to EXIT_SUCCESS, so you can always use 0.