Sha256: 8ad48ed6b039b3d9d459a457f21ad15514844a63afa4f8001ca364ac836fe003

Contents?: true

Size: 1.06 KB

Versions: 16

Compression:

Stored size: 1.06 KB

Contents

# xC [![Build Status](https://travis-ci.org/exercism/xc.svg?branch=master)](https://travis-ci.org/exercism/xc)

Exercism problems in C

## Contributing Guide

Please see the [Exercism contributing guide](https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md) for general contribution tips.

## Coding Style

All test and example code should be written using the [Linux kernel coding style](https://www.kernel.org/doc/Documentation/CodingStyle) with 3 space indents and no tabs.

If GNU `indent` is installed, this can be run on all files by executing `indent.sh`.

To run it on a single file, you can execute:

```shell
indent -linux -i3 -nut $(file)
```

If your system does not support the `-linux` option, you can run the long form command instead:

```shell
indent -nbad -bap -nbc -bbo -hnl -br -brs -c33 -cd33 -ncdb -ce -ci4 -cli0 -d0 -di1 -nfc1 -i3 -nut -ip0 -l80 -lp -npcs -nprs -npsl -sai -saf -saw -ncs -nsc -sob -nfca -cp33 -ss -il1 $(file)
```

See the [GNU `indent` manual](https://www.gnu.org/software/indent/manual/indent.html#SEC4) for more information.

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
trackler-2.1.0.41 tracks/c/README.md
trackler-2.1.0.40 tracks/c/README.md
trackler-2.1.0.39 tracks/c/README.md
trackler-2.1.0.38 tracks/c/README.md
trackler-2.1.0.37 tracks/c/README.md
trackler-2.1.0.36 tracks/c/README.md
trackler-2.1.0.34 tracks/c/README.md
trackler-2.1.0.33 tracks/c/README.md
trackler-2.1.0.32 tracks/c/README.md
trackler-2.1.0.31 tracks/c/README.md
trackler-2.1.0.30 tracks/c/README.md
trackler-2.1.0.29 tracks/c/README.md
trackler-2.1.0.28 tracks/c/README.md
trackler-2.1.0.27 tracks/c/README.md
trackler-2.1.0.26 tracks/c/README.md
trackler-2.1.0.25 tracks/c/README.md