Jump to content

GNU cflow

From EDM2
Revision as of 23:54, 25 December 2020 by Martini (talk | contribs) (Created page with "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 ha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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