MISRA C 2004 一、开发环境(Environment) 二、语言外延(Language Extensions) 三、注释(Documentation) 四、字符集(Character Sets) 五、标识符(Identifiers) 六、类型(Types) 七、常量(Constants) 八、声明和定义(Declarations and Definitions) 九、初始化(Initialisation) 十、算术类型转换(Arithmetic Type Conversion) 十一、指针类型转换(Point Type Conversion) 十二、表达式(Expressions) 十三、控制表达式(Control Statement Expressions) 十四、控制流(Control Flow) 十五、Switch语句(Switch Statements) 十六、函数(Functions) 十七、指针和数组(Pointers and Arrays) 十八、结构体和联合体(Structures and Unions) 十九、预处理命令(Preprocessing Directives) 二十、标准库(Standard Libraries) 二十一、运行失败(Run-Time Failures) |