会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
cogitoergosum
博客园
首页
新随笔
联系
订阅
管理
2022年7月20日
linux c 常用代码
摘要: 常用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)
编辑
公告