开发者

Using cccc with pure C?

开发者 https://www.devze.com 2023-03-19 13:24 出处:网络
Has anyone used cccc with pure C code? I tried it and it seems to handle all the files as one module, which 开发者_如何学JAVAmeans that most of the counters are useless (e.g. there is no fan-in or fa

Has anyone used cccc with pure C code?

I tried it and it seems to handle all the files as one module, which 开发者_如何学JAVAmeans 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)?


Seems a little bit outdated. I usually use sloccount with good results.

0

精彩评论

暂无评论...
验证码 换一张
取 消