Jump to content

GNU cflow: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page CFLOW to GNU cflow
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
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.
{{Software
|Name=GNU cflow
|Version=1.6 (Feb 2019)
|Vendor=[[Free Software Foundation]]
|Author=Sergey Poznyakoff
|Licence=GNU [[GPL v3]]
|WWW=https://www.gnu.org/software/cflow/
}}
'''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. in a pretty quick and handy way to visualize what the code is doing.


==Links==
==Links==
* [https://hobbes.nmsu.edu/download/pub/os2/dev/c/cflow-1_1.zip Hobbes Port cflow 1.1 of OS/2]
* [https://hobbes.nmsu.edu/download/pub/os2/dev/c/cflow-1_1.zip cflow 1.1] - OS/2 Port
* [https://www.gnu.org/software/cflow/ Official Website]


[[Category:Tools]]
[[Category:GNU Software]]

Revision as of 00:52, 27 December 2020

GNU cflow
[[File:{{{Picture}}}|128px]]
Name GNU cflow
Version 1.6 (Feb 2019)
Vendor Free Software Foundation
Author Sergey Poznyakoff
Licence GNU GPL v3
WWW https://www.gnu.org/software/cflow/

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. in a pretty quick and handy way to visualize what the code is doing.

Links