Wiki » Historique » Version 177
Patrice Nadeau, 2025-10-05 08:55
1 | 1 | Patrice Nadeau | # Règles de codage C |
---|---|---|---|
2 | |||
3 | 175 | Patrice Nadeau | Le langage C utilisé avec le compilateur GCC : |
4 | 176 | Patrice Nadeau | * Standard [C99](https://www.open-std.org/JTC1/SC22/WG14/www/docs/n1256.pdf) : `-std=c99` |
5 | 177 | Patrice Nadeau | * Extensions GNU |
6 | * `__attribute__((deprecated))` (`-Wdeprecated-declaration`) |
||
7 | * `__attribute__ ((noreturn))` |
||
8 | 1 | Patrice Nadeau | |
9 | --- |
||
10 | 73 | Patrice Nadeau | |
11 | 173 | Patrice Nadeau | [[Fichiers]] |
12 | |||
13 | 154 | Patrice Nadeau | [[Style]] |
14 | 162 | Patrice Nadeau | |
15 | 156 | Patrice Nadeau | [[Commentaires]] |
16 | 82 | Patrice Nadeau | |
17 | 169 | Patrice Nadeau | [[Identifiants]] |
18 | 163 | Patrice Nadeau | |
19 | 168 | Patrice Nadeau | [[Macros et préprocesseur]] |
20 | 162 | Patrice Nadeau | |
21 | [[Énumérations]] |
||
22 | |||
23 | [[Typedef]] |
||
24 | |||
25 | [[Variables]] |
||
26 | |||
27 | [[Structures]] |
||
28 | |||
29 | [[Fonctions]] |
||
30 | |||
31 | [[Librairies]] |
||
32 | 1 | Patrice Nadeau | |
33 | 159 | Patrice Nadeau | [[Atmel AVR]] |