aboutsummaryrefslogtreecommitdiff
path: root/ch4/4-06_var-support.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-16The massive astyle sweep!zlg1-3/+0
Code style should be consistent now. All future commits will be run through astyle or they will be amended.
2013-06-22Solve Exercise 4-7: ungets()zlg1-2/+0
2013-06-21Solve Exercise 4-6: Variable supportzlg1-0/+272
href='/knr/commit/1-24_syntax-checker.c?id=c278950b14248b9108dfbf9137ce283dadd5ac54&follow=1'>Solve Exercise 1-24: C syntax checkerzlg1-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!