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. |
<metanoindex/>
Les types de base
Types fondamentaux définis par le langage
D'autres types de base et des macros
Defined in header
<stddef.h> | |
unsigned integer retournée par l'opérateur 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) | |
type entier signé retourné lorsque la soustraction de deux pointeurs 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) | |
définie par l'implémentation pointeur NULL 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. (constante macro) | |
(C11) |
un type avec exigence d'alignement aussi grand que n'importe quel autre type scalaire 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) |
décalage d'octet à partir du début d'un type de structure à organe spécifié Original: byte offset from the beginning of a struct type to specified member The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction macro) | |
Defined in header
<stdbool.h> | |
__bool_true_false_are_defined (C99) |
C Compatibilité constante macro, se développe pour 1 constante entièreOriginal: C compatibility macro constant, expands to integer constant 1The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
Defined in header
<stdalign.h> | |
__alignas_is_defined (C99) |
C Compatibilité constante macro, se développe pour 1 constante entièreOriginal: C compatibility macro constant, expands to integer constant 1The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (constante macro) |
Fixe les types entiers largeur (depuis C99)
Limites numériques
| This section is incomplete Reason: Variadic functions. Probably at c/variadic. |