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

cflow

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 the latest version of cflow as follows:

guix install cflow

Or install a particular version:

guix install cflow@1.7

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.