摘要: 常用C代码碎片: 1、函数参数接口 typedef int(*pfunc)(int x, int y) //pfunc是带两个参数,返回值为int pfunc handler 2、宏函数、宏字符串连接 #define joiner(param1, param2) param1##param2 #de 阅读全文
posted @ 2022-07-20 08:57 cogitoergosum 阅读(107) 评论(0) 推荐(0) 编辑