For this lab, you are welcome to get technical help from another pair on how to use or install any of the tools involved. You may also get syntax help on C. You may not, however, get help on the algorithmic portion of the exercise outside of your partner, office hours, piazza questions to TAs or instructors.
This lab is broken down into several steps:You should have already created a hw3 directory and completed the pre-lab. This means everyone has a set of skeleton files that compile.
Make sure you add everything to the compile line of your Makefile. Specifically, in order to compile your completed warmup, you'll need warmup3.c, warmup3_main.c, and hw3.h.
This week, I will not give you the lines to put in your Makefile. Based on the lines from previous labs, figure out what to put in your Makefile to compile the warmup.Committed your code: $ svn commit -m "hw3 warmup complete"