aboutsummaryrefslogtreecommitdiff
path: root/ch3
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2015-12-08 03:10:43 -0800
committerzlg <zlg@zlg.space>2015-12-08 03:10:43 -0800
commitea3c92d58cdf2d4030598d1052c2eb6cf2d8cc7e (patch)
tree252f0279f578665f1336ef311c57067bec903e7e /ch3
parentSolve Exercise 6-6: A simple `#define` processor (diff)
downloadknr-ea3c92d58cdf2d4030598d1052c2eb6cf2d8cc7e.tar.gz
knr-ea3c92d58cdf2d4030598d1052c2eb6cf2d8cc7e.tar.bz2
knr-ea3c92d58cdf2d4030598d1052c2eb6cf2d8cc7e.tar.xz
knr-ea3c92d58cdf2d4030598d1052c2eb6cf2d8cc7e.zip
Solve Exercise 7-1: `upper` and `lower`
Two cases, one file. This exercise was a welcome departure from the recent head-scratchers. It made me think about a solution for the pathname issue I realized would crop up, too. I'm roughly 75% done with the book! Maybe by the time I finish it, I'll have a Makefile ready for the project...
Diffstat (limited to 'ch3')
0 files changed, 0 insertions, 0 deletions
s='nohover-highlight'> 2016-10-24Correct run_again, add recursionZe Libertine Gamer1-0/+4 Loops and functions -- oh my, what a useful combination. :) 2016-10-21Add quotes to correct behavior for arglistZe Libertine Gamer1-1/+1 2016-10-14updater.sh: add recursion, error handlingZe Libertine Gamer1-43/+101 2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9 2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5 Also correct a typo.