小编use*_*533的帖子

如何在c中的字符串宏中传递字符串参数

假设我有x作为字符串参数的宏#define a(x) "this is x".如果我打电话给a(test),字符串形成应该是"this is test".

c macros

2
推荐指数
1
解决办法
2287
查看次数

标签 统计

c ×1

macros ×1