#ifndef IO_HPP #define IO_HPP #include "../lib/Mod.hpp" extern "C" std::unique_ptr lib_io(); extern "C" int hello(int x); #endif