TICS Coding Standard Viewer
TIOBE Software Quality Framework
Home
|
Coding Rules
|
Categories
|
Literature
|
Change History
|
Generate PDF
|
Log in
Revision:
1.17
1.16
1.15
1.14
1.13
1.12
1.11
1.10
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
TIOBE - C Coding Standard
Search
Guideline: 12.9#1
Synopsis:
The null preprocessor directive # should not be used.
Language:
C
Severity Level:
4
Category:
PREPROCESSING
Description:
Since this directive has no effect it can be omitted. Additionally, it is not supported by every preprocessor.