Does __attribute__ apply to all the variables in a declaration?

后端 未结 0 709
后悔当初
后悔当初 2021-02-11 16:16

Does the __attribute__ directive apply to all the members declared on one line?


int a, b, c;

Declares three int variables.

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