[FW]C Coding Standards Quick Reference[5]

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

本文简介:

The const modifier shall be used in the parameter list for all parameters which are not changed by the function.

General Coding Practices                              3.6

All source code shall use the POPI classification Motorola Confidential Proprietary.

Inline assembly shall not be used.


Include Files                                                   3.7

Every include file shall contain a mechanism that prevents multiple inclusions of the file.

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

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

go top