1 2 3 4 5 6 7 8
#ifndef UTILS_H #define UTILS_H #include <string> void print_message(const std::string& msg); #endif // UTILS_H