/************************************************************************** Function Prototype Header File for CS113 Program Assignment 2 Date: Jan 24, 2000 Author: Stan Sclaroff Login: sclaroff@cs.bu.edu Description: These are the header that declares the prototypes for two functions employed in assignment 2. */ void print_find(int offset,string s,string t); int find(string s, string t);