aboutsummaryrefslogtreecommitdiff
path: root/ch3/3-01_binsearch2.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2013-04-16Solve Exercise 3-1: binsearch2zlg1-0/+71
of how small building blocks can work together to make something. The implementation is very simple and nowhere near completely supporting '#define', but that's not the point. To properly support it, you'd need to build an entire preprocessor/parser, and that's far beyond the scope of both the exercise and book. 469feb5960f95&follow=1'>8-1: Correct superfluous increment, commentzlg1-2/+1