quick_exit — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
| Déclaré dans l'en-tête <stdlib.h> |
||
|
|
(depuis C99) | |
Provoque l'arrêt du programme normal de se produire sans complètement nettoyer les ressources .
Original:
Causes normal program termination to occur without completely cleaning the resources.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Fonctions passé à at_quick_exit sont appelés dans l'ordre inverse de leur enregistrement. Après avoir appelé les fonctions enregistrées, appelle _Exit(exit_code)
Original:
Functions passed to at_quick_exit are called in reverse order of their registration. After calling the registered functions, calls _Exit(exit_code)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Paramètres
| exit_code | - | quitter l'état du programme Original: exit status of the program The text has been machine-translated via Google Translate. |
Retourne la valeur
(Aucun)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Exemple
Voir aussi
provoque la terminaison anormale du programme (sans nettoyage) Original: causes abnormal program termination (without cleaning up) The text has been machine-translated via Google Translate. (fonction) [edit] | |
enregistre une fonction qui sera appelée lors de son invocation exit()Original: The text has been machine-translated via Google Translate. (fonction) [edit] | |
(C99) |
enregistre une fonction qui sera appelée lors de son invocation quick_exitOriginal: The text has been machine-translated via Google Translate. (fonction) [edit] |
C++ documentation for quick_exit | |