diff options
author | Ljubomir Kurij <kurijlj@gmail.com> | 2013-05-05 01:16:05 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-05-12 22:20:47 -0300 |
commit | 68fef2d19d9b63ce0d4799e3cf5358a15c7958c3 (patch) | |
tree | 6d985ef0202a31572ef8a93d98a009ef6a991c8b /misc/cflow/README | |
parent | 92a1ccc987b81dc5fb52c88dfeab64bcabd2d4ac (diff) | |
download | slackbuilds-68fef2d19d9b63ce0d4799e3cf5358a15c7958c3.tar.gz |
misc/cflow: Added (Flow graph generator for C projects)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/cflow/README')
-rw-r--r-- | misc/cflow/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/cflow/README b/misc/cflow/README new file mode 100644 index 0000000000..c9732ff3fb --- /dev/null +++ b/misc/cflow/README @@ -0,0 +1,11 @@ +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. |