[FW]C Coding Standards Quick Reference[15]

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

本文简介:

The preprocessor directive #define shall not be used to obtain more efficient code; instead, inline functions shall be used.

One line accessor and modifier functions (e.g. getValue, setValue) shall be inline.

General Coding Practices                            4.8

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

Inline assembly shall not be used.

Include Files                                                 4.9

Only one class shall be declared per header file.

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

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

go top