LineStat.h,cc   : process lines and compute mean blank number in several
                  length ranges
BlankStat.h,cc  : process lines and compute mean blank number in a fixed 
                  length range

to compile:

c++ -Wall -o meanBlank meanBlank.cc LineStat.cc BlankStat.cc

