ICode9

精准搜索请尝试: 精确搜索
  • linux c 常用代码2022-07-20 09:03:11

    常用C代码碎片: 1、函数参数接口 typedef int(*pfunc)(int x, int y) //pfunc是带两个参数,返回值为int pfunc handler 2、宏函数、宏字符串连接 #define joiner(param1, param2) param1##param2 #define tostring(param) #param 3、位赋值操作 t

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有