Updated Toy, added repl_tools and lib copying to the build

This commit is contained in:
2022-11-12 12:00:04 +00:00
parent 7c886b071f
commit 813b94faf5
7 changed files with 428 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "core_common.h"
#include "toy_common.h"
char* readFile(char* path, size_t* fileSize);
void writeFile(char* path, unsigned char* bytes, size_t size);