Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function show_ptr
   created by smtuttle at Tue Nov 30 15:09:53 PST 2010
--------------------------------------------------*/
#ifndef show_ptr_H
#define show_ptr_H

#include <string>
using namespace std;

int* show_ptr();

#endif