9 lines
117 B
C
Executable file
9 lines
117 B
C
Executable file
#include <string.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "types.h"
|
|
#include "byte_defs.h"
|
|
|
|
void run_bytecode(){
|
|
|
|
}
|