Program support utilities
Da cppreference.com.
< c
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
Programma di terminazione
Le seguenti funzioni di gestire terminazione del programma e la pulizia delle risorse.
Original:
The following functions manage program termination and resource cleanup.
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.
Definizione nell'header
<stdlib.h> | |
causa chiusura anomala del programma (senza pulizia) Original: causes abnormal program termination (without cleaning up) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) | |
causa terminazione normale programma con la pulizia Original: causes normal program termination with cleaning up The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) | |
(C99) |
causa terminazione normale programma senza completamente pulizia Original: causes normal program termination without completely cleaning up The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) |
(C99) |
causa terminazione normale programma senza pulizia Original: causes normal program termination without cleaning up The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) |
registra una funzione di essere chiamato invocazione exit() Original: registers a function to be called on exit() invocation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) | |
(C99) |
registra una funzione di essere chiamato invocazione quick_exit Original: registers a function to be called on quick_exit invocation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) |
indica lo stato di esecuzione del programma di esecuzione Original: indicates program execution execution status The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro costante) | |
Comunicante con l'ambiente
chiama processore dei comandi dell'ambiente host Original: calls the host environment's command processor The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) | |
accedere alla lista delle variabili di ambiente Original: access to the list of environment variables The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) | |
Segnali
Diverse funzioni e costanti macro per la gestione del segnale sono forniti.
Original:
Several functions and macro constants for signal management are provided.
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.
Definizione nell'header
<signal.h> | |
imposta un gestore di segnale per il segnale particolare Original: sets a signal handler for particular signal The text has been machine-translated via | |