`
marswj
  • 浏览: 72750 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

#if 0 用法解释

    博客分类:
  • C++
阅读更多

在sqlite的源码中看到:

/*
** Make sure we can call this stuff from C++.
*/
#if 0
extern "C" {
#endif
 #if 0 


#endif
用于屏蔽注释中间的代码

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics