◐ Shell
clean mode source ↗

abort - cppreference.com

Da cppreference.com.

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.

Click here for the English version of this page

<metanoindex/>

<tbody> </tbody>

Elemento definito nell'header

<stdlib.h>

void abort();

Provoca l'interruzione anomala del programma a meno che SIGABRT viene catturato da un gestore di segnale passato per segnalare e il gestore non torna.

Original:

Causes abnormal program termination unless SIGABRT is being caught by a signal handler passed to signal and the handler does not return.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Funzioni, passati a atexit() non sono chiamati. Se le risorse aperte quali file sono chiusi è l'attuazione definiti. Lo stato di attuazione definito viene restituita all'ambiente host che indica la mancata esecuzione.

Original:

Functions, passed to atexit() are not called. Whether open resources such as files are closed is implementation defined. Implementation defined status is returned to the host environment that indicates unsuccessful execution.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parametri

(Nessuno)

Original:

(none)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valore di ritorno

(Nessuno)

Original:

(none)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Esempio

Vedi anche

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) [modifica]

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) [modifica]

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) [modifica]