/*--------------------------------------------------
 header file for function sum_ints
   created by smtuttle at Tue Nov  8 14:10:51 PST 2016
--------------------------------------------------*/
#ifndef sum_ints_H
#define sum_ints_H

#include <string>
using namespace std;

int sum_ints(int cap);

#endif