GNU cflow
Sign in to saveAlso known as Cflow, gnucflow, cflow
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 min read
Encyclopedic overview
3 sectionsContents
- See also
- References
- External links
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.
==See also== List of POSIX commands
Excerpted from Wikipedia’s “GNU cflow” article, available under the CC BY-SA 4.0 licence.