Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function show_strings
   created by smtuttle at Wed Apr 21 14:49:26 PDT 2010
--------------------------------------------------*/
#ifndef show_strings_H
#define show_strings_H

#include <string>
using namespace std;

void show_strings(string strings[], int num_strings, string title);

#endif