#ifndef __INIT_HPP #define __INIT_HPP #include void init(const std::string& system_props_file); #endif