#ifndef COMMON_HHH
#define COMMON_HHH #define ASSERT(p) \
do{\
if (!p){\
printf("%s:%d\n",__FILE__,__LINE__ );\
}\
} while ()\ #endif
相关文章
- 如何使用 TP中的公共函数 (定义在common/common.php中的函数)
- *** [out/target/common/obj/APPS/Settings_intermediates/src/] 错误 1
- Exception in thread "main" brut.androlib.AndrolibException: brut.androlib.AndrolibException: brut.common.BrutException: could not exec command
- gcc指定头文件路径及动态链接库路径
- POJ1330Nearest Common Ancestors
- 【C/C++学习笔记】C++声明与定义以及头文件与源文件的用途
- 【POJ1470】Closest Common Ancestors
- poj 1061 扩展gcd解决模线性方程 求解gcd可以使用库函数__gcd,头文件为#include
- swagger3/springboot出现Unable to infer base url. This is common when using dynamic servlet registratio
- SpringBoot使用Swagger3出现Unable to infer base is common when using dynamic servlet