slackbuilds/misc/cflow
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README misc/cflow: Added (Flow graph generator for C projects) 2013-05-12 22:20:47 -03:00
cflow.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
cflow.info misc/cflow: Added (Flow graph generator for C projects) 2013-05-12 22:20:47 -03:00
slack-desc misc/cflow: Added (Flow graph generator for C projects) 2013-05-12 22:20:47 -03:00

README

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.