What are the downsides of 'inline __attribute__ ((forced_inline))' compared to '#define'?

后端 未结 0 846
迷失自我
迷失自我 2021-01-13 10:41

It seems like inline __attribute__ ((always_inline)) - fn(-) is better than #define fn(-) (embedded C context) because it does the same thing witho

相关标签:
回答
  • 消灭零回复
提交回复
热议问题