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