#include "foo.hpp" #include "bar.hpp" void print_foo(std::string s) { print_bar("[foo]: " + s); }