/*-------------------------------------------------- header file for function setw_play created by smtuttle at Tue May 4 18:22:44 PDT 2010 --------------------------------------------------*/ #ifndef setw_play_H #define setw_play_H #include <string> using namespace std; void setw_play(int width, string str, double dbl_num, int int_num); #endif