EXIT_SUCCESS
, EXIT_FAILURE
- Artigo
-
-
#include <stdlib.h>
As EXIT_SUCCESS
constantes and EXIT_FAILURE
são argumentos para as exit
funções and _exit
e os valores retornados para as atexit
funções and _onexit
.
Constante |
Valor definido |
EXIT_SUCCESS |
0 |
EXIT_FAILURE |
1 |
Confira também
Constantes globais