cflow
Jump to navigation
Jump to search
| GNU cflow | |
|---|---|
| File:Heckert GNU white.svg | |
| Developer | GNU Project |
| Repository |
|
| Engine | |
| Operating system | Linux, UNIX |
| Type | flowgraph generator |
| License | GPL (free software) |
| Website | gnu |
Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').
is a POSIX-defined shell command for generating a C-language flow graph. The GNU implementation reads C source code files, and generates a flow graph of external references. It uses only source files and does not need to run the program. Another implementation is available in Tru64 Unix.[1]
cflow
See also
[edit | edit source]References
[edit | edit source]- ^ « cflow - Tru64 Unix », HP website, 2011.
External links
[edit | edit source]- Source code on the GNU Savannah platform.
- GNU cflow on the Free Software Directory.