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