Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function name_length
   created by st10 at Fri Oct 15 11:42:05 PDT 2010
--------------------------------------------------*/
#ifndef name_length_H
#define name_length_H

#include <string>
using namespace std;

int name_length(string first_name, string last_name);

#endif