mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
6 lines
274 B
Text
6 lines
274 B
Text
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.
|