乐观云朵

文章
3
资源
1
加入时间
2年10月17天

__attribute__ 用法

最近在看项目代码的时候发现了新大陆,之前从没有用过__attribute__,根据代码和网上看到的资料,总结一下 __attribute__ 的常用用法~1.__attribute__((packed))取消结构体对齐。 用例:typedef struct __attribute__((packed)){UBYTE sts;}ST_USB_POWER_RES;