六狼论坛's Archiver
首页
›
C
› #if 0 用法解释
marswj
发表于 2013-2-1 12:11:45
#if 0 用法解释
在sqlite的源码中看到:
/*** Make sure we can call this stuff from C++.*/#if 0extern "C" {#endif #if 0
#endif
用于屏蔽注释中间的代码
页:
[1]
查看完整版本:
#if 0 用法解释