Updated Toy, added timer and runner libs

This commit is contained in:
2023-01-23 08:24:16 +00:00
parent 2ff9bdea3b
commit 54d417b3fc
9 changed files with 680 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
#include "toy_common.h"
char* readFile(char* path, size_t* fileSize);
void writeFile(char* path, unsigned char* bytes, size_t size);
int writeFile(char* path, unsigned char* bytes, size_t size);
unsigned char* compileString(char* source, size_t* size);