Reorganize string buffers.
commite38089df40061c544719ce8acbff850baceeef91
authorMarcel Rodrigues <marcelgmr@gmail.com>
Sun, 14 Jun 2015 15:54:15 +0000 (14 12:54 -0300)
committerMarcel Rodrigues <marcelgmr@gmail.com>
Sun, 14 Jun 2015 15:54:15 +0000 (14 12:54 -0300)
tree4c16a99647aa870387cdf36edeaf15beea56de14
parent72891604020393da9c2f98095cc28d646c83a941
Reorganize string buffers.

Global buffers used to have descriptive names, but as the need to
more temporary buffer appears we have to decide between creating
new global buffers or reusing existing ones disregarding their
names. Therefore, to avoid the creation of too many buffers or the
use of confusing variable names, this change give more generic
names to buffers, except for INPUT, which is only used for input.

The wide buffer has been made into a global buffer.

All global string buffers now have the same size, BUFLEN.
rover.c