摘要: 总结linux内核开发的coding style, 便于以后写代码时参考.下面只是罗列一些规则, 具体说明可以参考: 内核源码(Documentation/CodingStyle)01 - 缩进缩进用 Tab, 并且Tab的宽度为8个字符swich 和 case对齐, 不用缩进switch (suffix) {case 'G':case 'g': mem * / % | & ^ = == != ? :下面的一元操作符后面 *不要* 留空格& * + - ~ ! sizeof typeof alignof __attribute__ defined 阅读全文
posted @ 2014-01-24 13:48 wang_yb 阅读(7211) 评论(0) 推荐(1) 编辑