FILELIST        - the list of files in the grev package

-----------------------------------------------------------
Makefile        - edit it for your system
README          - basic hints
Install         - very brief installation indications

words           - the main dictionary
freq            - the very high frequency word list
freq.dict       - the very high frequency dictionary
grev.1          - UNIX nroff manual page
log             - an empty log file
manual.ascii    - the formatted manual page
statistic       - a script for the log file scan; UNIX only
check-words.sh	- check words spelling in dictionary on the web
----------------source files. ANSI C-----------------------
btree.c         - generic binary balanced tree
btree.h
dict.c          - generic dictionaries
dict.h
getopt.c        - GNU library for command line parsing
getopt.h
glo.h           - global handy definitions
io.c            - input/output/error handling
io.h
params.h        - CUSTOMIZATION PARAMETERS
tester.c        - main file
types.h         - some function prototypes
word.c          - dictionary entry manipulation
word.h
---------------------built files---------------------------
grev            - main executable program, Linux RH6.2
grev.exe	- pre-built DOS executable
-----------------------------------------------------------
END OF FILELIST
