#ifndef MODULE_H #define MODULE_H #include namespace mymodule { std::string ToString(int value); } #endif // MODULE_H