Fixed the awful rule110 implementation

This commit is contained in:
2022-11-28 16:48:45 +00:00
parent 70698a4a1a
commit 584fb115b6
4 changed files with 44 additions and 60 deletions

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