This repository has been archived on 2024-03-07. You can view files and clone it, but cannot push or open issues/pull-requests.
wongola/std/io.hpp

9 lines
140 B
C++

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