Updated Toy

This commit is contained in:
2023-01-08 13:00:29 +00:00
parent a98cdc5a36
commit 580fbeed59
2 changed files with 2 additions and 3 deletions

2
Toy

Submodule Toy updated: c1625c53f4...08b400debf

View File

@@ -1,9 +1,8 @@
#include "lib_standard.h"
#include "toy_common.h"
#include "memory.h"
#include <sys/time.h>
static int nativeClock(Interpreter* interpreter, LiteralArray* arguments) {
//no arguments
if (arguments->count != 0) {