#if !defined(HEXADECIMAL_H) #define HEXADECIMAL_H #include <string> namespace hexadecimal { int convert(const std::string hexstr); } // namespace hexadecimal #endif // HEXADECIMAL_H