Gcc __attribute__参数介绍类型属性(Type Attribute)Reference:1.有关__attribute__的相对简单的介绍:http://www.unixwiz.net/techtips/gnu-c-attributes.html2.__attribute__详细介绍:http://gcc.gnu.org 来自:http://afreez.blog.51cto.com/59057/7351/
作用: 可以设置函数属性(Function Attribute), 变量属性(Variable Attribute), 类型屬性(Type Attribute)语法: __attribute__ (parameter) 注: attribute 前后各有两个下划线(underscore) 后面紧跟小括号((bracket)), 括号中间为__attr