贤惠乌冬面

文章
5
资源
0
加入时间
2年10月21天

GNU C __attribute__ 机制

转自:http://hi.baidu.com/cygnusnow/blog/item/8b82000f871fcf2f6159f3de.htmlGNU C的一大特色(却不被初学者所知)就是__attribute__机制。__attribute__可以设置函数属性(Function Attribute)、变量属性(Variable Attribute)和类型属性(Typ...