mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
68fef2d19d
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
11 lines
465 B
Text
11 lines
465 B
Text
GNU cflow analyzes a collection of C source files and prints a graph,
|
|
charting control flow within the program.
|
|
|
|
GNU cflow 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.
|
|
|
|
The package also provides Emacs major mode for examining the produced
|
|
flowcharts in Emacs.
|