Error numbers
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
Ciascuna delle macro definite in
<errno.h> espande per interi espressioni costanti con int tipo, ciascuno con un unico valore positivo. Le costanti sono (l'implementazione può definire più, purché cominciare 'E' seguita da cifre o lettere maiuscole)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.
Definizione nell'header
<errno.h> | |
EDOM |
Matematica argomento di dominio della funzione 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. (macro costante) |
EILSEQ (C99) |
Sequenza di byte non valida 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. (macro costante) |
ERANGE |
Risultato troppo grande 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. (macro costante) |
Esempio
| This section is incomplete Reason: no example |
Vedi anche
macro che si espande a POSIX thread locale variable
(variabili macro) Numero di errore Original: macro which expands to POSIX-compatible thread-local error number variable (variabili macro) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
visualizza una stringa di caratteri del corrispondente errore di corrente 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. (funzione) | |
restituisce una versione di testo di un codice di errore visualizzato 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. (funzione) | |