aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-31Updated readme, included image outlining featureszlg3-2/+16
2010-10-13Added usage informationzlg1-3/+0
2010-10-13Merge branch 'master' of github.com:sporkbox/gimpixelzlg1-0/+3
2010-10-13Initial commitzlg42-0/+283
2010-10-13Initial commitzlg42-0/+280
rtions'>+60 A completely rewritten solution which follows the spec given in the book exactly; make the program work for arbitrarily long input lines while modifying `main()` only. I've only changed the name of the macro MAXLINE to BUFFSIZE for clarity - otherwise the code is typed up exactly as found in the book. It demonstrates the use of a buffer without modifying any of the helper functions.