Type support
Da cppreference.com.
< c
![]() |
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. |
Indice |
[modifica] Tipi base
[modifica] Tipi fondamentali definiti dal linguaggio
[modifica] Ulteriori tipi di base e macro
Definizione nell'header
<stddef.h> | |
senza segno tipo intero restituito dal gestore sizeof Original: unsigned integer type returned by the sizeof operator The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (typedef) | |
firmato tipo intero restituito quando sottraendo due puntatori Original: signed integer type returned when subtracting two pointers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (typedef) | |
implementazione definita puntatore nullo costante Original: implementation-defined null pointer constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro costante) | |
(C11) |
un tipo di allineamento con il requisito grande come qualsiasi altro scalare Original: a type with alignment requirement as great as any other scalar type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (typedef) |
byte offset from the beginning of a struct type to specified member (funzione macro) | |
Definizione nell'header
<stdbool.h> | |
__bool_true_false_are_defined (C99) |
C compatibilità costante macro, si espande per intero 1 costante Original: C compatibility macro constant, expands to integer constant 1 The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro costante) |
Definizione nell'header
<stdalign.h> | |
__alignas_is_defined (C99) |
C compatibilità costante macro, si espande per intero 1 costante Original: C compatibility macro constant, expands to integer constant 1 The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (macro costante) |
[modifica] Larghezza fissa interi tipi (dal C99)
[modifica] Limiti numerici
This section is incomplete Reason: Variadic functions. Probably at c/variadic. |