#if !defined(BOB_H) #define BOB_H #include namespace bob { std::string hey(std::string const& text); } #endif