/**************************************************

 * File: input.h        Project by: David Hodgdon *

 * Class: ECE476        Instructor: Bruce Land    *         

 *************************************************/
#ifndef INPUT_H
#define INPUT_H
char* InputGetString();
#endif