Type support
De 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. |
Contenido |
[editar] Tipos básicos
[editar] Tipos fundamentales definidos por el lenguaje
[editar] Otros tipos básicos y macros
| Defined in header
<stddef.h> | |
| tipo entero sin signo devuelto por el 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) | |
| tipo entero con signo de regresar al restar dos punteros 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) | |
| definido por la implantación de puntero 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) |
un tipo con el requisito de alineación tan grande como cualquier otro 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 (función macro) | |
| Defined in header
<stdbool.h> | |
| __bool_true_false_are_defined (C99) |
C compatibilidad constante macro, se expande a 1 constante entera 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 compatibilidad constante macro, se expande a 1 constante entera 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 fijos ancho enteros (desde C99)
[editar] Límites numéricos
| This section is incomplete Reason: Variadic functions. Probably at c/variadic. |