02 March 2013

cscope无法识别被如下宏包裹的函数

#ifdef __cplusplus
extern "C" {
#endif

void foo(void)
{
    ...
}

#ifdef __cplusplus
}
#endif

bug页面



blog comments powered by Disqus