diff options
Diffstat (limited to 'robot/io.c')
-rw-r--r-- | robot/io.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/robot/io.c b/robot/io.c new file mode 100644 index 0000000..4a85458 --- /dev/null +++ b/robot/io.c @@ -0,0 +1,3 @@ +#include "io.h" + +void w2_io_main() {} |