We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c272b52 + fdbea08 commit 951bdd6Copy full SHA for 951bdd6
Documentation/CodingGuidelines
@@ -315,6 +315,9 @@ For C programs:
315
encouraged to have a blank line between the end of the declarations
316
and the first statement in the block.
317
318
+ - Do not explicitly initialize global variables to 0 or NULL;
319
+ instead, let BSS take care of the zero initialization.
320
+
321
- NULL pointers shall be written as NULL, not as 0.
322
323
- When declaring pointers, the star sides with the variable
0 commit comments