Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
EXIT_SUCCESS
EXIT_FAILURE
#include <stdlib.h>
The EXIT_SUCCESS and EXIT_FAILURE constants are arguments for the exit and _exit functions, and the return values for the atexit and _onexit functions.
exit
_exit
atexit
_onexit
Global constants
Is deze pagina nuttig?