#include<stdio.h> #define CONS(a,b) (int)(a##e##b) #define STR(s) #s int main() { printf(STR(huawei)); printf("\n"); printf("%d\n",CONS(2,3)); return 0; }
posted on 2014-04-16 22:09 胡永光 阅读(293) 评论(0) 编辑 收藏 举报