mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
3ae9644c2b
Submitted by: Dave Chapeskie <dchapes@zeus.leitch.com>
7 lines
274 B
Plaintext
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.
|