Error handling
De cppreference.com
< c
|
|
This page has been machine-translated from the English version of the wiki using Google 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 click here. |
<metanoindex/>
Tipos
Defined in header
<errno.h> | |
Defined in header
<stdio.h> | |
errno_t (C11) |
the type of errno value (typedef) |
Os números de erro
Defined in header
<errno.h> | |
macro que se expande para POSIX compatível variable
(variável macro) número de segmento local de erro Original: macro which expands to POSIX-compatible thread-local error number variable (variável macro) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
macros para condições normais POSIX-compatíveis erro Original: macros for standard POSIX-compatible error conditions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro constante) | |
Afirmações
Defined in header
<assert.h> | |
aborta o programa, se a condição especificada pelo usuário não é true. Pode ser desativado para compilaçõesOriginal: aborts the program if the user-specified condition is not true. May be disabled for release buildsThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função macro) | |
(C11) |
issues a compile-time diagnostic if the value of a constant expression is false (função macro) |