/src/

5-05_strn-funcs.c?h=master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/ch5/5-05_strn-funcs.c (unfollow)
60cc95315db35&follow=1'>Solve Exercise 5-11: `entab` and `detab` remixed!
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Solve Exercise 5-5: strn{cpy|cat|cmp}zlg1-0/+76
zlg2-0/+137
This one was pretty rough. At first I wanted to include a bunch of error-catching and "smart" stuff. When I took a second look at it and realized `itoa` returns 0 on a string, things became a bit easier. I may have been able to outsource a few things to a function or two, but overall I think it worked out.
2013-09-24Clean up 5-10's printf() callszlg1-4/+0