sourCEntral - mobile manpages

pdf

CFLOW

NAME

cflow − Analyze control flow in C source files

SYNOPSIS

cflow [ options ] [ files ]

DESCRIPTION

This manual page documents briefly the cflow command.

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.

OPTIONS

These programs follow the usual GNU command line syntax, with long options starting with two dashes (‘-’). A summary of options is included below. For a complete description, see the Info files.
−?, −−help

Show summary of options. Use this to discover more options.

−V, −−version

Show version of program.

SEE ALSO

Homepage:
http://www.gnu.org/software/cflow/

Project page:
http://savannah.gnu.org/projects/cflow

Online manual:
http://www.gnu.org/software/cflow/manual/index.html

The Info system.

AUTHOR

cflow was written by Sergey Poznyakoff <gray AT mirddin DOT farlep DOT net>.

This manual page was written by Bart Martens <bartm AT knars DOT be>, for the Debian project (but may be used by others).

pdf