aboutsummaryrefslogtreecommitdiff
path: root/ch1/1-17_over-80.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-23Add exercise descriptions and answers for ch1zlg1-1/+10
2013-02-13Add license file, reorganize projectzlg1-0/+47
htable all create an example 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.