SIG_DFL, SIG_IGN
De cppreference.com
|
|
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
| Definido en el archivo de encabezado <signal.h>
|
||
#define SIG_DFL /*implementation defined*/
|
||
#define SIG_IGN /*implementation defined*/
|
||
Las macros SIG_DFL y SIG_IGN expandirse a expresiones integrales que no son iguales a una dirección de cualquier función. Las macros de definir estrategias de manejo de señal para la función
signal() .Original:
The SIG_DFL and SIG_IGN macros expand into integral expressions that are not equal to an address of any function. The macros define signal handling strategies for
signal() function.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.
Constant
Original: Constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Explanation |
SIG_DFL
|
por defecto el manejo de señales
Original: default signal handling The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
SIG_IGN
|
señal se ignora
Original: signal is ignored The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Ver también
Documentación de C++ para SIG_DFL, SIG_IGN
|