openbsd-ports/devel/cflow/pkg/DESCR
steven 9c18b150dd import cflow 1.1
GNU cflow analyzes a collection of C source files and prints a graph,
charting control flow within the program.

submitted by Louis Bertrand <louis at bertrandtech.ca>

ok naddy@
2006-07-15 19:33:08 +00:00

15 lines
596 B
Plaintext

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.
Note: this program is written in C and is not the same as cflow-2.x
which is a bash script using a lex and yacc generated parser.