C 语言宏定义

链接: http://c.biancheng.net/view/1986.html

C语言宏的判断不支持字符串的判断

 

宏字符串转化

#define STRING(X)   #x

宏字符串合并

#define COMBINE(name)   name"_handler"

函数合并

#define FUNC(NAME)    NAME##handler

posted @ 2019-06-18 16:51  cogitoergosum  阅读(220)  评论(0编辑  收藏  举报