Error numbers
De cppreference.com
|
|
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/>
Chacun des macros définies dans
<errno.h> se dilate à des expressions constantes entières avec int type, chacune ayant une valeur positive unique. Les constantes suivantes sont définies (la mise en œuvre peut définir plus, tant qu'ils commencent par 'E' suivi de chiffres ou de lettres majuscules)Original:
Each of the macros defined in
<errno.h> expands to integer constant expressions with type int, each with a unique positive value. The following constants are defined (the implementation may define more, as long as they begin with 'E' followed by digits or uppercase letters)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.
Defined in header
<errno.h> | |
EDOM |
Mathématiques arguments hors du domaine de la fonction Original: Mathematics argument out of domain of function The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
EILSEQ (C99) |
Séquence d'octets illégale Original: Illegal byte sequence The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
ERANGE |
Résultat trop grand Original: Result too large The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
Exemple
| This section is incomplete Reason: no example |
Voir aussi
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. | |
affiche une chaîne de caractères correspondant de l'erreur de courant à stderr Original: displays a character string corresponding of the current error to stderr The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction) | |
renvoie une version texte d'un code d'erreur indiqué Original: returns a text version of a given error code The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction) | |