Makis
Makis

Reputation: 12988

Using cccc with pure C?

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)?

Upvotes: 1

Views: 433

Answers (1)

Diego Sevilla
Diego Sevilla

Reputation: 29021

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

Upvotes: 1

Related Questions