1 2 3 4 5
#include "qux.hpp" #include <cstdio> void print_qux(std::string s) { printf("[qux]: %s\n", s.data()); }