cppi
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.
- Versions: 1.18
- 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 the latest version of cppi
as follows:
guix install cppi
Or install a particular version:
guix install cppi@1.18
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.
Badge code
You can use the following badge to inform users of cppi about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cppi'><img src='https://packages.guix.gnu.org/packages/cppi/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/cppi)
Example Org:
[[https://packages.guix.gnu.org/packages/cppi][https://packages.guix.gnu.org/packages/cppi/badges/latest-version.svg]]