blob: 86de2d93138753cb98bd2db667ac35c9edabcb16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
GNU cflow analyzes a collection of C source files and prints a graph
charting control flow within the program.
Current implementation is able to produce both direct and inverted
flowgraphs for C sources. Optionally a cross-reference listing can
be generated. Two output formats are implemented: POSIX and GNU
(extended).
Input files can optionally be preprocessed before analyzing.
WWW: http://savannah.gnu.org/projects/cflow
|