Moved time header includes, comment tweaks

This commit is contained in:
2023-01-13 15:39:22 +00:00
parent 65e5905011
commit 0649a141dd
7 changed files with 9 additions and 16 deletions

View File

@@ -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) {