uthcode / learntosolveit

The C Programming Language Companion
http://www.learntosolveit.com
Other
198 stars 1.37k forks source link

Add error check in Ex_5.8_day_date.c #132

Closed onlytea closed 3 years ago

onlytea commented 3 years ago

Exercise 5-8 of K&R asks to put error checking in functions day_of_year and month_day. There is no error checking in Ex_5.8_day_date.c right now. So I added that.

orsenthil commented 3 years ago

Thank you, @p0too