1 2 3 4 5 6 7 8
#ifndef FOO_HPP #define FOO_HPP #include <string> void print_foo(std::string); #endif