#include #include #include "PalRoutines.h" using namespace std; // many of these routines are not exported and are declared before // they are used so there is no need for a function prototye. // // Furhtermore, the fuction prototype is NOT included in the header file. string ReverseString(string phrase) { string returnValue; size_t i; for(i=0;i