CS21 Week6 Thursday In-Class Exercises

  1. If you have not already done so, make a week5 subdirectory in your cs21 directory:
        % cd
        % cd cs21
        % mkdir week5
        % cd week5
        % pwd
        /home/your_user_name/cs21/week5
    

  2. Copy over this file into your week5 subdirectory:
        % cp /home/newhall/public/cs21/week5/morefunctions.c .
    

  3. Open morefunctions.c, and we will go over some things together