/***************************************************************************
Author:                         Anthony Andrade
				Elizabeth Cash
Date:                           3-27-2001
Version:                        V 1
Project ID:                     Project #1
CS Class:                       CS 4432
Programming Language:           C+
OS/Hardware dependencies:       Unix compiled

Problem Description:            implement a mini database called MyDB.c.
				It should be able oload a database froma textfile and perform
				searching functions in the database for attributes that match 
				an equality condition.
				
Overall Design:                 See DB.txt             

Program Assumptions 
and Restrictions:         	All input files must follow the scheme, otherwise the program will not
				work in the manner described.

Interfaces:                     any main function calling the Modules will work, we do however have an
				application.c file which can be compiled using the make and will work as 
				an interface.

Implementation Details:
                       Data                    See DB.txt
                       

How to build the program:       >./run 



Program Source:                See MyDB.c & application.c

Other:				files included 
					MyDBScript --> script of application working
					MyDB.txt --> see me information from readme
					MyDB.h --> header file
					MyDB.c --> source file
					application.c --> application file
					in.txt --> input file
					makefile 
					run
******************************************************************************/