To get the three versions of ascii printing you can do the following
$ gcc -std=c99 ascii.c -o asciid $ ln -s asciih asciid $ ln -s asciio asciid
Check out what ln -s means.
ln -s
Last modified on 01 November, 2009 (Sunday)