1 2 3 4 5 6 7
#ifndef CREATE_PKG #define CREATE_PKG #include "vars.hh" Pkg create_pkg(std::string arg); #endif