gcc 的 __attribute__ 关键字简介一、函数属性二、变量属性三、类型属性
gcc 的 attribute 关键字简介参考文档见:https://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Variable-Attributes.html#Variable-Attributeshttps://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Type-Attributes.html#Type-Attribute...