Jump to content

GNU cflow

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by GrahamHardy (talk | contribs) at 16:42, 31 May 2016 (- defsort). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
GNU cflow
Developer(s)The GNU Project
Repository
Operating systemGNU/Linux, UNIX
Typeflowgraph generator
LicenseGPL (free software)
Websitewww.gnu.org/software/cflow

GNU cflow is a flow graph generator that is part of the GNU Project. It reads a collection of C source files and generate a C flow graph of external references. It uses only sources and doesn't need to run the program.

History

It was initially an implementation of the cflow UNIX utility.

cflow (UNIX utility)

cflow is a unix utility generating a C-language flowgraph.

Besides GNU, there are other implementations of cflow, like the one for Tru64 Unix.[1]

References

  1. ^ « cflow - Tru64 Unix », HP website, 2011.