cscope问题
02 March 2013
cscope无法识别被如下宏包裹的函数
#ifdef __cplusplus
extern "C" {
#endif
void foo(void)
{
...
}
#ifdef __cplusplus
}
#endif
blog comments powered by Disqus
cscope无法识别被如下宏包裹的函数
#ifdef __cplusplus
extern "C" {
#endif
void foo(void)
{
...
}
#ifdef __cplusplus
}
#endif