Converted option parsing to using getopt(). Also managed to remove an
authorMark Whitley <markw@lineo.com>
Thu, 20 Jul 2000 00:08:10 +0000 (00:08 -0000)
committerMark Whitley <markw@lineo.com>
Thu, 20 Jul 2000 00:08:10 +0000 (00:08 -0000)
commit3950596e1e13d3593d06ab3cf1e48a07d5bd80c9
tree56b1e31b4ab5faddc6e67f19e8e1be1e6565cf28
parent99e370f0c655b24a44c7ebba7c35a36e6b6bd285
Converted option parsing to using getopt(). Also managed to remove an
extraneous logic loop that existed only for the purpose of the special case of
only one file. I replaced it with a variable to keep track of the number of
files read.
coreutils/wc.c
wc.c