#ifndef BAR_HPP #define BAR_HPP #include void print_bar(std::string); #endif