This macro can be used with the exit function to indicate successful program completion.
On POSIX systems, the value of this macro is 0. On other systems, the value might be some other (possibly non-constant) integer expression.
Macro: int EXIT_FAILURE
This macro can be used with the exit function to indicate unsuccessful program completion in a general sense.
On POSIX systems, the value of this macro is 1. On other systems, the value might be some other (possibly non-constant) integer expression.
[^] # Re: Ca traduit bien un état d'esprit de la part des développeurs de systemd
Posté par totof2000 . En réponse au journal Systemd vs Linux, quand l'intransigeance d'un développeur tourne au ridicule.... Évalué à 4.
Hum ...
http://www.gnu.org/software/libc/manual/html_node/Exit-Status.html
```
Macro: int EXIT_SUCCESS
Macro: int EXIT_FAILURE