In Class Week10
Copy the files for today's class into your week10 directory, then change into that directory and check the contents:
% cd ~/cs21/ % mkdir week10 % cd week10 % cp ~newhall/public/cs21/week10/* . % ls
Open chars.c and we will go over this together.
Open copystr.c and implement and test the following incrementally:
add code to main to read in a string entered by the user into the name string
CopyString function
InvertCase function