#ifndef COMMON_HHH
#define COMMON_HHH #define ASSERT(p) \
do{\
if (!p){\
printf("%s:%d\n",__FILE__,__LINE__ );\
}\
} while ()\ #endif
相关文章
- common头文件
- gcc和arm-linux-gcc 头文件寻找路径【转】
- 关于安卓百度地图SDK报错:Multiple dex files define Lcom/baidu/android/bbalbs/common/a/a;
- python脚本中selenium启动浏览器报错os.path.basename(self.path), self.start_error_message) selenium.common.excep
- C标准头文件
- 使用Common.Logging+log4net规范日志管理【转载】
- c语言的头文件-不是c++类的头文件?
- CI框架源码阅读笔记3 全局函数Common.php
- PHP运行错最有效解决办法Fatal error: Out of memory (allocated 786432) (tried to allocate 98304 bytes) in H:\freehost\zhengbao2\web\includes\lib_common.php on line 744
- 如何在Qt Creator中添加库文件和头文件目录