1 2 3 4 5 6 7 8
#ifndef QUX_HPP #define QUX_HPP #include <iostream> void qux() { std::cout << "qux" << std::endl; } #endif