Wiki » Historique » Version 180
Patrice Nadeau, 2025-10-05 14:18
1 | 1 | Patrice Nadeau | # Règles de codage C |
---|---|---|---|
2 | |||
3 | 175 | Patrice Nadeau | Le langage C utilisé avec le compilateur GCC : |
4 | 178 | 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 | 179 | Patrice Nadeau | * **__attribute__((deprecated))** (`-Wdeprecated-declaration`) |
7 | * **__attribute__((noreturn))** |
||
8 | 180 | Patrice Nadeau | * **#pragma GCC message "" |
9 | * **#pragma GCC warning "" |
||
10 | * **#pragma GCC error "" |
||
11 | 1 | Patrice Nadeau | |
12 | --- |
||
13 | 73 | Patrice Nadeau | |
14 | 173 | Patrice Nadeau | [[Fichiers]] |
15 | |||
16 | 154 | Patrice Nadeau | [[Style]] |
17 | 162 | Patrice Nadeau | |
18 | 156 | Patrice Nadeau | [[Commentaires]] |
19 | 82 | Patrice Nadeau | |
20 | 169 | Patrice Nadeau | [[Identifiants]] |
21 | 163 | Patrice Nadeau | |
22 | 168 | Patrice Nadeau | [[Macros et préprocesseur]] |
23 | 162 | Patrice Nadeau | |
24 | [[Énumérations]] |
||
25 | |||
26 | [[Typedef]] |
||
27 | |||
28 | [[Variables]] |
||
29 | |||
30 | [[Structures]] |
||
31 | |||
32 | [[Fonctions]] |
||
33 | |||
34 | [[Librairies]] |
||
35 | 1 | Patrice Nadeau | |
36 | 159 | Patrice Nadeau | [[Atmel AVR]] |