mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
3f2e5f41f0
- Add LICENSE - Enable stagedir support - Convert USE_GMAKE -> USES=gmake
6 lines
249 B
Plaintext
6 lines
249 B
Plaintext
cflow reads files as C or assembler program source and prints a graph
|
|
of the function call hierarchy. Called functions are indented according
|
|
to their caller-callee relationship, in the order of occurrence.
|
|
|
|
WWW: http://bitbucket.org/marcusva/cflow
|