/*-------------------------------------------------- header file for function vertical created by smtuttle at Thu Nov 10 13:30:55 PST 2016 --------------------------------------------------*/ #ifndef vertical_H #define vertical_H #include <string> using namespace std; int vertical(string desired_msg); #endif