/*-------------------------------------------------- header file for function get_word created by st10 at Wed Mar 24 13:52:49 PDT 2010 --------------------------------------------------*/ #ifndef get_word_H #define get_word_H #include <string> using namespace std; string get_word(); #endif