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

8 lines
70 B
C++
Raw Normal View History

2023-09-29 09:01:46 +00:00
#ifndef IO_HPP
#define IO_HPP
extern "C" void hello(int x);
#endif