摘要:
#define MKS_(x) #x#define MKSTRING(x) MKS_(x)#define M1 "macro 1 macro 1"#define M2 macro 2int main(){ printf("%s\n",MKSTRING(M1)); printf("%s\n",MKSTRING(M2)); printf("%s\n",MKSTRING(string1)); printf("%s\n",MKSTRING(str str)); printf("%s\n&quo 阅读全文
posted @ 2012-04-19 11:45
嗷嗷
阅读(417)
评论(0)
推荐(0)

浙公网安备 33010602011771号