Comments shall not be nested.
Constants 4.3 |
const shall be used instead of #define. |
NULL shall not be used. |
Constants shall be used instead of hard coded numbers. |
Exceptions 4.4
本文关键:[FW]C Coding Standards Quick Reference
相关方案
|
Comments shall not be nested.
Constants 4.3 |
const shall be used instead of #define. |
NULL shall not be used. |
Constants shall be used instead of hard coded numbers. |
Exceptions 4.4
本文关键:[FW]C Coding Standards Quick Reference
相关方案
|