Montage is a small program that can present C code with syntax highlighting.
To display a file:
./montage <file.c>
Use Make to build:
make
This program is a part of a code-oriented presentation suite I am working on. Presenting code is a difficult task -- Montage makes it easier.