freebsd-ports/devel/cflow/pkg-descr
Satoshi Asami 3ae9644c2b A call-graph generator for C.
Submitted by:	Dave Chapeskie <dchapes@zeus.leitch.com>
1995-10-03 09:24:26 +00:00

7 lines
274 B
Plaintext

Cflow reads files as C program source and attempts to print a graph
of the program's function call hierarchy to the standard output.
Called functions are indented with respect to their calling functions,
and printed only once, in the order they occur.
This is version 2.0.