Updated Toy
This commit is contained in:
2
Toy
2
Toy
Submodule Toy updated: c1625c53f4...08b400debf
@@ -1,9 +1,8 @@
|
|||||||
#include "lib_standard.h"
|
#include "lib_standard.h"
|
||||||
|
|
||||||
|
#include "toy_common.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
|
||||||
#include <sys/time.h>
|
|
||||||
|
|
||||||
static int nativeClock(Interpreter* interpreter, LiteralArray* arguments) {
|
static int nativeClock(Interpreter* interpreter, LiteralArray* arguments) {
|
||||||
//no arguments
|
//no arguments
|
||||||
if (arguments->count != 0) {
|
if (arguments->count != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user