aboutsummaryrefslogtreecommitdiff
path: root/ch5/5-09_yearday-pointers.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-16The massive astyle sweep!zlg1-4/+1
Code style should be consistent now. All future commits will be run through astyle or they will be amended.
2013-09-21Solve Exercise 5-9: day of year functions with pointerszlg1-0/+74
This exercise was fun and taught me a bit about initializing arrays and working with pointers.
'>-110/+122 I'm glad to be done with chapter 1. It feels like I'm starting to gain momentum. I'm certainly looking forward to using higher level constructs like switch(), which I think is available in Chapter 2. So far so good!