阅读背景:

宏“#define STR(x)#x”和“#define STR(x)VAL(x)”与“#define VAL(x)#x”之间有什么区别?

来源:互联网 

When I use this code:

当我使用这段代码时:

#include <stdio.h>
#define STR(x) #x

int main(void)
{
    printf(__FILE__ STR(__LINE__) "hello!\n");
    return 0;
}
#include <



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: