#ifndef UTILS_H #define UTILS_H #include std::string formatCentAsEuroString(const int cent, int width = 10); #endif