CODING_STYLE: document that EXIT_FAILURE and EXIT_SUCCESS should be used

This commit is contained in:
Lennart Poettering 2015-05-15 21:34:14 +02:00
parent a5ecb0cec2
commit 0fef704c6f

View file

@ -287,3 +287,6 @@
zero(t);
t.foo = 7;
t.bar = "bazz";
- When returning a return code from main(), please preferably use
EXIT_FAILURE and EXIT_SUCCESS as defined by libc.