I want to know which tool can be used to measure the cyclomatic complexity of a C source.
I have seen other post which ask the same question but I want to know specific tool for C source only.
I want to know which tool can be used to measure the cyclomatic complexity of a C source.
I have seen other post which ask the same question but I want to know specific tool for C source only.
Locmetrics is a nice tool, works for C (as well as others) and will give you the McCabe cyclomatic result.