#ifndef HELPERS_H #define HELPERS_H #include extern char * strip_eol (char * str); extern std::string ing_fmt (const double par, const unsigned dnum = 3u); #endif // HELPERS_H