Actions
Wiki » History » Revision 180
« Previous |
Revision 180/223
(diff)
| Next »
Patrice Nadeau, 2025-10-05 14:18
Règles de codage C¶
Le langage C utilisé avec le compilateur GCC :
- Standard C99 (
-std=c99) - Extensions GNU
-
attribute((deprecated)) (
-Wdeprecated-declaration) - attribute((noreturn))
- **#pragma GCC message ""
- **#pragma GCC warning ""
- **#pragma GCC error ""
-
attribute((deprecated)) (
Updated by Patrice Nadeau 8 months ago · 180 revisions