#if 0 用法解释
在sqlite的源码中看到:
/*** Make sure we can call this stuff from C++.*/#if 0extern "C" {#endif?#if 0?
#endif
用于屏蔽注释中间的代码
发布时间: 2012-12-24 10:43:14 作者: rapoo
#if 0 用法解释
在sqlite的源码中看到:
/*** Make sure we can call this stuff from C++.*/#if 0extern "C" {#endif?#if 0?
#endif
用于屏蔽注释中间的代码