1 2 3 4 5 6 7
#ifndef INSTALL_PKG #define INSTALL_PKG #include "vars.hh" void install_pkg(Pkg pkg); #endif