gnu-c-manual
Reference manual for the C programming language
This is a reference manual for the C programming language, as implemented by the GNU C Compiler (gcc). As a reference, it is not intended to be a tutorial of the language. Rather, it outlines all of the constructs of the language. Library functions are not included.
- Versions: 0.2.5
- Website: https://www.gnu.org/software/gnu-c-manual/
- Licenses: FDL 1.3+
- Package source: gnu/packages/gcc.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of gnu-c-manual
as follows:
guix install gnu-c-manual
Or install a particular version:
guix install gnu-c-manual@0.2.5
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 gnu-c-manual about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/gnu-c-manual'><img src='https://packages.guix.gnu.org/packages/gnu-c-manual/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/gnu-c-manual/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/gnu-c-manual)
Example Org:
[[https://packages.guix.gnu.org/packages/gnu-c-manual][https://packages.guix.gnu.org/packages/gnu-c-manual/badges/latest-version.svg]]