![]() | This page has been machine-translated from the English version of the wiki usingGoogle 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 clickhere. |
La fin du programme Original: Program termination The text has been machine-translated viaGoogle Translate. You can help to correct and verify the translation. Clickhere for instructions. | ||||||||||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||||||||
Communiquer avec l'environnement Original: Communicating with the environment The text has been machine-translated viaGoogle Translate. You can help to correct and verify the translation. Clickhere for instructions. | ||||||||||||||||||||||||||||||||||||||||||||||
Signaux Original: Signals The text has been machine-translated viaGoogle Translate. You can help to correct and verify the translation. Clickhere for instructions. | ||||||||||||||||||||||||||||||||||||||||||||||
Types de signaux Original: Signal types The text has been machine-translated viaGoogle Translate. You can help to correct and verify the translation. Clickhere for instructions. | ||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||
Non-locales sauts Original: Non-local jumps The text has been machine-translated viaGoogle Translate. You can help to correct and verify the translation. Clickhere for instructions. | ||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||
Types Original: Types The text has been machine-translated viaGoogle Translate. You can help to correct and verify the translation. Clickhere for instructions. | ||||||||||||||||||||||||||||||||||||||||||||||
|
Déclaré dans l'en-tête<stdlib.h> | ||
int atexit(void(*func)()); | ||
func
d'être appelé à la cessation normale du programme (viaexit()
ou au retour d'main()
) .func
to be called on normal program termination (viaexit()
or returning frommain()
).Sommaire |
func | - | pointeur vers une fonction qui sera appelée à la fin du programme normal Original: pointer to a function to be called on normal program termination The text has been machine-translated viaGoogle Translate. You can help to correct and verify the translation. Clickhere for instructions. |
Résultat :
pushed secondpushed first
(C99) | enregistre une fonction qui sera appelée lors de son invocationquick_exit Original: registers a function to be called onquick_exit invocation The text has been machine-translated viaGoogle Translate. You can help to correct and verify the translation. Clickhere for instructions. (fonction)[edit] |
C++ documentation foratexit |