Jump to content

GNU cflow: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
m Ak120 moved page CFLOW to GNU cflow
(No difference)

Revision as of 23:57, 26 December 2020

GNU CFLOW is a little utility which parses your C source code and creates a handy map: what functions/procedures are called, the hierarchy, etc....all in a pretty quick and handy way to visualize what the code is doing.

Links