相关疑难解决方法(0)

__attribute __((force))的作用是什么?

听起来我应该可以使用Google,但找不到很好的参考。到底是__attribute__((force))做什么的?如:

 return (__attribute__((force)) uint32_t) *p
Run Code Online (Sandbox Code Playgroud)

(这是针对使用clang交叉编译的ARM系统,但是即使在clang / arm特定页面中,我也找不到此属性的任何引用。)

c attributes arm clang

5
推荐指数
1
解决办法
691
查看次数

标签 统计

arm ×1

attributes ×1

c ×1

clang ×1