isblank
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. |
Elemento definito nell'header <ctype.h>
|
||
int isblank( int ch ); |
(dal C99) | |
Controlla se il carattere è dato uno spazio vuoto nella versione locale corrente C. Nella località di default C, solo uno spazio (
0x20
) e tabulazione orizzontale (0x09
) sono classificati come vuoto.Original:
Checks if the given character is a blank character in the current C locale. In the default C locale, only space (
0x20
) and horizontal tab (0x09
) are classified as blank.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.
[modifica] Parametri
ch | - | carattere
Original: character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[modifica] Valore di ritorno
Valore diverso da zero (true) se il carattere è uno spazio vuoto,
0
(false) altrimenti.Original:
Non-zero value (true) if the character is a blank character,
0
(false) otherwise.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.
[modifica] Vedi anche
(C99) |
Verifica se un carattere esteso è un carattere vuoto Original: checks if a wide character is a blank character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) |
C++ documentation for isblank
|
ASCII values (hex) |
characters |
isblank |
---|