GNU cflow
(Redirected from Cflow)
![]() | |
Developer(s) | GNU Project |
---|---|
Operating system | Linux, UNIX |
Type | flowgraph generator |
License | GPL (free software) |
Website | gnu |
Lua error in mw.title.lua at line 346: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal'). GNU cflow is a flow graph generator that is part of the GNU Project. It reads a collection of C source files and generates a C flow graph of external references. It uses only sources and does not need to run the program.
History
It was initially an implementation of the UNIX utility cflow.
cflow (UNIX utility)
cflow is a Unix command generating a C-language flowgraph.
Besides GNU, there are other implementations of cflow, like the one for Tru64 Unix.[1]
References
- ^ « cflow - Tru64 Unix », HP website, 2011.
External links
- Source code on the GNU Savannah platform.
- GNU cflow on the Free Software Directory.