在sqlite的源码中看到:
/*
** Make sure we can call this stuff from C++.
*/
#if 0
extern "C" {
#endif
#if 0
#endif
用于屏蔽注释中间的代码
C++跨语言调用代码兼容性],
在sqlite的源码中看到:
/*
** Make sure we can call this stuff from C++.
*/
#if 0
extern "C" {
#endif
#if 0
#endif
用于屏蔽注释中间的代码
761

被折叠的 条评论
为什么被折叠?