aboutsummaryrefslogtreecommitdiff
path: root/ch4
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2013-10-13 03:24:07 -0500
committerzlg <zlg@zlg.space>2013-10-13 03:24:07 -0500
commit8d64674314e55a1c2fa044cf9552886a4e852ec9 (patch)
treeb09d99fa872d5c438c54fff4e98c0224f5de6eb9 /ch4
parentSolve Exercise 5-11: `entab` and `detab` remixed! (diff)
downloadknr-8d64674314e55a1c2fa044cf9552886a4e852ec9.tar.gz
knr-8d64674314e55a1c2fa044cf9552886a4e852ec9.tar.bz2
knr-8d64674314e55a1c2fa044cf9552886a4e852ec9.tar.xz
knr-8d64674314e55a1c2fa044cf9552886a4e852ec9.zip
Solve Exercise 5-12: flexible `detab` and `entab`
Diffstat (limited to 'ch4')
0 files changed, 0 insertions, 0 deletions
ogmsg'> Escape sequences were being compared with the 'or' operator instead of the 'and' operator. If I had left it alone, every escape sequence would've borked it. 2013-02-06Solve 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!