Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function cheer
   created by smtuttle at Thu Nov  4 14:49:42 PDT 2010
--------------------------------------------------*/
#ifndef cheer_H
#define cheer_H

#include <string>
using namespace std;

int cheer(int num_hips);

#endif