v 1.7 Updated: 3 years, 9 months ago
A program for generating call graphs from C code.
The cflow program is a tool which generates a call graph from C source files. It is most often used with a program like dot (from the graphviz package) in order to present visual graphs of the paths along which a piece of software may run.
https://www.gnu.org/software/cflow/
To install cflow, paste this into the macOS Terminal after installing MacPorts
sudo port install cflow
Installations | 3 |
Requested Installations | 3 |