[FW]C Coding Standards Quick Reference[3]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

A ‘switch’ statement shall contain a ‘default’ branch that handles unexpected cases.

A “goto” statement shall never be used.

A null statement as body of a loop shall include a comment to make the intent clear.

Functions                                                        3.5

A function shall be no longer than 100 NCSL.

本文关键:[FW]C Coding Standards Quick Reference
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top