bb4b11cf98
The intent of this guideline is to avoid creating global variables in module scope. Its main purpose is to serve as a reminder that variables at module scope also need to be declared. We want to avoid global variables in general, but this is easier to mess up when designing things in the module scope. |
||
---|---|---|
.. | ||
man1 | ||
man3 | ||
man4 | ||
man5 | ||
man6 | ||
man7 | ||
man8 | ||
man9 | ||
Makefile |