EXIT_SUCCESS, EXIT_FAILURE
Aus cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
definiert in Header <cstdlib>
|
||
#define EXIT_SUCCESS /*implementation defined*/ |
||
#define EXIT_FAILURE /*implementation defined*/ |
||
Die
EXIT_SUCCESS
und EXIT_FAILURE
Makros zu einem integralen Ausdrucks erweitern und zeigen, Programmablauf-Status .Original:
The
EXIT_SUCCESS
and EXIT_FAILURE
macros expand into an integral expression and indicate program execution status.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Constant
Original: Constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Explanation |
EXIT_SUCCESS
|
erfolgreiche Durchführung des Programms
Original: successful execution of a program The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
EXIT_FAILURE
|
fehlerhaften Ausführung eines Programms
Original: unsuccessful execution of a program The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[Bearbeiten] Siehe auch
C documentation for EXIT_SUCCESS, EXIT_FAILURE
|