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.