Lab session (Oct 26 to Oct 29)

Solution for Oct 29 assignement.

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.


Last modified on 01 November, 2009 (Sunday)