Tinkering with the repl

This commit is contained in:
2022-08-08 09:39:40 +01:00
parent 6f4bfc0e10
commit cf8b3975c0
6 changed files with 164 additions and 53 deletions

View File

@@ -2,4 +2,4 @@
#include "common.h"
void dissectBytecode(const char* tb, int size);
void dissectBytecode(unsigned char* tb, int size);