Espaços nominais
Variantes
Acções

Type support

Da cppreference.com
< c

Í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) [edit]
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) [edit]
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) [edit]
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) [edit]
byte offset from the beginning of a struct type to specified member
(função macro) [edit]
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