标签:
1. 打印返回值
#define SAMPLE_DBG(s32Ret)do{ printf("s32Ret=%#x,fuc:%s,line:%d\n", s32Ret, __FUNCTION__, __LINE__);}while(0)
debug用的宏收集
原文地址:http://www.cnblogs.com/mylinux/p/5278778.html