Type support
Da 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. |
Índice |
[editar] Tipos básicos
[editar] Tipos fundamentais definida pela linguagem
[editar] Outras tipos básicos e macros
Defined in header
<stddef.h> | |
tipo inteiro sem sinal retornado pelo operador 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) | |
assinado tipo inteiro retornado quando subtraindo dois ponteiros 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) | |
definida pela implementação ponteiro nulo constante 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 constante) | |
(C11) |
um tipo com exigência de alinhamento tão grande quanto qualquer outro tipo escalar 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 (função macro) | |
Defined in header
<stdbool.h> | |
__bool_true_false_are_defined (C99) |
C compatibilidade macro constante, se expande para 1 constante inteira 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 constante) |
Defined in header
<stdalign.h> | |
__alignas_is_defined (C99) |
C compatibilidade macro constante, se expande para 1 constante inteira 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 constante) |
[editar] Tipos inteiros de largura fixos (desde C99)
[editar] Limites numéricos
Esta seção está incompleta Motivo: Variadic functions. Probably at c/variadic. |