#include "print.h" #include "print_that.h" void print_that(const std::string& s) { print("That: " + s); }