Please send questions to st10@humboldt.edu .

// Header file for function: repeat3
// Name: Sharon Tuttle
// last modified: 12-7-05

#ifndef repeat3_H
#define repeat3_H

#include <string>
using namespace std;

string repeat3(string word);

#endif