码迷,mamicode.com
首页 > 其他好文 > 详细

宏函数

时间:2020-05-21 14:46:29      阅读:36      评论:0      收藏:0      [点我收藏+]

标签:color   printf   string   __line__   define   print   failed   col   func   

#define CHECK_JSON_OBJECT(obj)   \
{        if(obj == NULL)  {          printf("%s:%s:%s get %s failed!\n",__FILE__,__func__,__LINE__,#obj);         return;     }     printf("%s=%s\n",#obj,json_object_to_json_string(obj)); } 

 

宏函数

标签:color   printf   string   __line__   define   print   failed   col   func   

原文地址:https://www.cnblogs.com/lvyunxiang/p/12930567.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!