Where do I start? First, I finally got count_lines to work the way I want
commit875bccf57daa7b5275f33c4b09dd43d8759bb0c4
authoralexs@gmail.org <alexs@gmail.org>
Sun, 16 May 2010 01:10:17 +0000 (16 01:10 +0000)
committeralexs@gmail.org <alexs@gmail.org>
Sun, 16 May 2010 01:10:17 +0000 (16 01:10 +0000)
treec197cc13ed3f158e9446c142b260f2b3fb711039
parent209abc713fca44275ede4a20e9e30ca0a48d990b
Where do I start? First, I finally got count_lines to work the way I want
it too, which is to count newlines, tabs, spaces, and characters (the name
is going to be changed later. I know that dashes are better, but for some
 reason I autotools did not like it when I tried editing a Makefile for
the first time. I also changed the arrays program so that it would be
accurate. (I did not know that the first array was zero. I also changed
.gitignore so that git would ignore the count_lines program when it gets
compiled.

Signed-off-by: Alex Stubbins <alexs@gmail.org>
.gitignore
src/arrays/arrays.c
src/io/Makefile.am
src/io/count-lines.c