/*----- Header file for function: write_to_looky Name: Sharon Tuttle last modified: 5-3-10 -----*/ #ifndef WRITE_TO_LOOKY_H #define WRITE_TO_LOOKY_H #include <string> using namespace std; void write_to_looky(string msg); #endif