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/>
Types
Defined in header
<errno.h> | |
Defined in header
<stdio.h> | |
errno_t (C11) |
the type of errno value (typedef) |
Les numéros d'erreur
Defined in header
<errno.h> | |
macro qui se développe pour compatible POSIX thread local variable
( variable de macro ) numéro d'erreur Original: macro variable The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. Original: macro which expands to POSIX-compatible thread-local error number variable ( variable de macro ) Original: macro variable The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
macros pour des conditions standard d'erreur compatible POSIX 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. (constante macro) | |
Les assertions
Defined in header
<assert.h> | |
arrête le programme si la condition spécifiée par l'utilisateur n'est pas true. Peut être désactivé pour les versions releaseOriginal: 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. (fonction macro) | |
(C11) |
issues a compile-time diagnostic if the value of a constant expression is false (fonction macro) |