VaninVM/Main.c

This commit is contained in:
Alex Vanin 2014-01-29 14:13:11 +04:00
parent 3b2abd8de4
commit ff0ef7f0bb

View file

@ -2,7 +2,7 @@
#include "CodeHeader.h" #include "CodeHeader.h"
#include <string.h> #include <string.h>
int version = 0100; int version = 100;
int read_bytecode(FILE* stream, func*** hash) int read_bytecode(FILE* stream, func*** hash)
{ {