Updated Toy

This commit is contained in:
2023-06-12 00:37:45 +10:00
parent b87ecd194f
commit 3fba4e9b48
3 changed files with 58 additions and 1 deletions

View File

@@ -12,3 +12,4 @@ void Toy_runBinaryFile(const char* fname);
void Toy_runSource(const char* source);
void Toy_runSourceFile(const char* fname);
void Toy_parseBinaryFileHeader(const char* fname);