Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function string_node_test
   last modified by st10 on 12-09-10
--------------------------------------------------*/
#ifndef string_node_test_H
#define string_node_test_H

#include <string>
using namespace std;

bool string_node_test();

#endif