/*--------------------------------------------------
 header file for function first
   created by st10 at Tue Oct 25 13:41:29 PDT 2016
--------------------------------------------------*/
#ifndef first_H
#define first_H

#include <string>
using namespace std;

char first(string a_string);

#endif