#include "qux.hpp" #include void print_qux(std::string s) { printf("[qux]: %s\n", s.data()); }