aboutsummaryrefslogtreecommitdiff
path: root/ch7/7-06_simple-diff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-21Remove unneeded function declaration in 7-06zlg1-1/+0
2016-11-17Solve Exercise 7-6: simple `diff` utilityzlg1-0/+81
ow 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.