to make, do

	make

... and to clean, do ...
	
	make clean

... and to run,

	./hashtest

The hashtest runs slow because printing to the terminal is slow.

Use it in your programs by including "hashtbl.h", calling the functions
prototyped in hashtbl.h, and linking with "hashtbl.o".  

I welcome feedback!  

Ed L Cashin <ecashin@users.sourceforge.net>
Nov. 1, 2000


