This package browser is in early development. Mind the rough edges.

cflow 1.7

Create a graph of control flow within a program

GNU cflow analyzes C source files and produces a graph charting the control flow of the program. It can output the graph in several styles and in either the POSIX format or in an extended GNU format. cflow also includes a major mode for Emacs for examining the flowcharts that it produces.

Installation

Install cflow 1.7 as follows:

guix install cflow@1.7

Or install the latest version:

guix install cflow

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.