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

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.

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]]