GNU cflow: Difference between revisions
Appearance
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..." |
No edit summary |
||
Line 2: | Line 2: | ||
==Links== | ==Links== | ||
* [https://hobbes.nmsu.edu/download/pub/os2/dev/c/cflow-1_1.zip] | * [https://hobbes.nmsu.edu/download/pub/os2/dev/c/cflow-1_1.zip Hobbes Port of OS/2] | ||
* [https://www.gnu.org/software/cflow/ Official Website] | * [https://www.gnu.org/software/cflow/ Official Website] | ||
[[Category:Tools]] | [[Category:Tools]] |
Revision as of 23:54, 25 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.