使用 cccc 和纯 C 语言?
有人用纯C代码使用 cccc 吗?
我尝试了一下,它似乎将所有文件作为一个模块处理,这意味着大多数计数器都是无用的(例如,因为只有一个模块,所以没有扇入或扇出)。
我可以以某种方式告诉它逐个文件地进行比较(即每个文件都是一个模块)吗?
Has anyone used cccc with pure C code?
I tried it and it seems to handle all the files as one module, which means that most of the counters are useless (e.g. there is no fan-in or fan-out since there is just one module).
Can I somehow tell it to do this comparison on a file-by-file basis (i.e. each file is one module)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎有点过时了。我通常使用 sloccount 效果很好。
Seems a little bit outdated. I usually use sloccount with good results.