Name your .c file according to the following scheme: payroll_userid.c
For example, my userid is pconrad, so my file would be payroll_pconrad.c.
You can use the command "make payroll_pconrad" to compile it, and ./payroll_pconrad to run it.
Point values will be awarded according to the Project Coversheet on p. 114 of your lab manual. The "10%" for the "A grade" will cover the extra functionality mentioned in section 15.4; that is, if you can't get the extra stuff from section 15.4 to work, you can just turn in your version of the program from section 15.2, but for a 10% lower grade.
There will be a 10 point deduction if you do not hand in both a .c file (with the proper naming convention) and a .txt file. The .txt file can be named p01.txt, payroll.txt or payroll_userid.txt... it doesn't really matter.
PS: Note that the due date for this project is a WEDNESDAY not a friday. Also, late submissions may be turned in up to 9 days late; this gives you one final lab day to get help from the TA before the final final final deadline.