mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Function declaration seems to work
This commit is contained in:
@@ -124,6 +124,12 @@ void runSource(char* source) {
|
||||
if (!tb) {
|
||||
return;
|
||||
}
|
||||
|
||||
//DEBUG
|
||||
// for (size_t i = 0; i < size; i++) {
|
||||
// printf("%d, ", tb[i]);
|
||||
// }
|
||||
|
||||
runBinary(tb, size);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user