Programming Standards

C is a low level language and, like all low level languages (such as assemblers), must be thoroughly documented so that it can be understood (either by by others, or by the author in years to come), and maintained. The documentation standards for all our C programs are:

Neatness ensures clarity, so ...

Additionally ...

An example of these standards can be seen in this code snippet.