// Justin C. Miller
// University of Wisconsin Oshkosh
// Made for: http://www.geocities.com/neonprimetime.geo/index.html
// Date: 2001
// Borland Builder 4.0
#ifndef BSTAPP_H
#define BSTAPP_H

#include "BST2.h"

struct Word
{
	char * word ;
	int count ;
	int Compare (Word & ) const ;
	friend ostream & operator<<(ostream & out, const Word & t) ;
};

#endif

    Source: geocities.com/neonprimetime.geo/cpp/cpp_SourceCode

               ( geocities.com/neonprimetime.geo/cpp)                   ( geocities.com/neonprimetime.geo)