3f2e5f41f0
- Add LICENSE - Enable stagedir support - Convert USE_GMAKE -> USES=gmake
5 lines
249 B
Text
5 lines
249 B
Text
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
|