Add files from parent branch HEAD:
[pkgsrc.git] / devel / cflow / DESCR
1 GNU cflow analyzes a collection of C source files and prints a graph,
2 charting control flow within the program.
3
4 GNU cflow is able to produce both direct and inverted flowgraphs for C
5 sources. Optionally a cross-reference listing can be generated. Two
6 output formats are implemented: POSIX and GNU (extended).
7
8 Input files can optionally be preprocessed before analyzing.