extern "C" { #include "mod.h" } auto main([[maybe_unused]]int argc, [[maybe_unused]]char const* arv[]) -> int { run_mods(); return 0; }