Looping through macro Varargs values

后端 未结 0 1503
萌比男神i
萌比男神i 2021-02-12 17:22

If I define some macro:

#define foo(args...) ({/*do something*/})

Is there some way to actually loop through args rather than pass

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