◐ Shell
clean mode source ↗

Program support utilities - cppreference.com

De cppreference.com

<metanoindex/>

Término do programa

As seguintes funções gerenciar término do programa e recursos de limpeza.

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.

Defined in header <cstdlib>

provoca finalização anormal do programa (sem limpeza)

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.


(função) [edit]

provoca término normal do programa com a limpeza

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.


(função) [edit]

provoca término normal do programa completamente sem limpeza

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.


(função) [edit]

(C++11)

provoca término do programa normal, sem limpeza

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.


(função) [edit]

registra uma função a ser chamada no momento da invocação

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.


(função) [edit]

registra uma função a ser chamada no momento da invocação

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.


(função) [edit]

indica estado de execução do programa de execução

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 constante) [edit]

Comunicando com o meio ambiente

chama o processador do ambiente de acolhimento de comando

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.


(função) [edit]

acesso à lista de variáveis ​​de 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.


(função) [edit]

Sinais

Várias funções e constantes macro para a gestão de sinal são fornecidos.

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.

Defined in header <csignal>

define um manipulador de sinal para o sinal particular

Original:

sets a signal handler for particular signal

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


(função) [edit]

executa o manipulador de sinal para sinal em particular

Original:

runs the signal handler for particular signal

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


(função) [edit]

do tipo inteiro que pode ser acessado como uma entidade atômica de um manipulador de sinal assíncrono

Original:

the integer type that can be accessed as an atomic entity from an asynchronous signal handler

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


(typedef)

define estratégias de manejo de sinal

Original:

defines signal handling strategies

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


(macro constante) [edit]

valor. retorno de

signal

especificando que um erro foi encontrado

Original:

return value of

signal

specifying that an error was encountered

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


(macro constante) [edit]

Tipos de sinais

Original:

Signal types

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

define os tipos de sinal

Original:

defines signal types

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


(macro constante) [edit]

Não-locais saltos

Defined in header <csetjmp>

salva o contexto

Original:

saves the context

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


(função macro) [edit]

salta para local especificado

Original:

jumps to specified location

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


(função) [edit]

Tipos

Original:

Types

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

tipo de contexto de execução

Original:

execution context type

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


(typedef) [edit]