1
0
forked from Mirror/wren

Combine io.c and vm.c.

(This is mainly to free up io.c as a built in module.)
This commit is contained in:
Bob Nystrom
2015-09-13 22:29:47 -07:00
parent ea5c3b01eb
commit 66b89a493f
7 changed files with 100 additions and 140 deletions

View File

@ -1,7 +1,6 @@
#include <stdio.h>
#include <string.h>
#include "io.h"
#include "vm.h"
#include "wren.h"