cppi 1.18
Indent C preprocessor directives to reflect nesting and more
GNU Cppi processes C source code files to properly indent the preprocessor directives to reflect their nesting. It also performs other standardizations, such as correcting the number of spaces between directives and the text following them.
- Website: https://www.gnu.org/software/cppi/
- Licenses: GPL 3+
- Package source: gnu/packages/cppi.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cppi 1.18
as follows:
guix install cppi@1.18
Or install the latest version:
guix install cppi
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.