2019年2月15日

__attribute__ 机制详解

摘要: GNU C 的一大特色就是__attribute__ 机制。__attribute__ 可以设置函数属性(Function Attribute)、变量属性(Variable Attribute)和类型属性(Type Attribute)。 其位置约束为: 放于声明的尾部“;” 之前 __attrib 阅读全文

posted @ 2019-02-15 10:51 怀想天空2013 阅读(781) 评论(1) 推荐(0)

导航