simplified the architecture

This commit is contained in:
Francesco Cozzuto
2023-01-20 23:31:57 +01:00
parent 411388755f
commit 533cf01920
52 changed files with 241 additions and 257 deletions
+3 -3
View File
@@ -40,11 +40,11 @@
#include "string.h"
#include "buffer.h"
#include "random.h"
#include "../defs.h"
#include "../utils/defs.h"
#include "../common/defs.h"
#include "../objects/objects.h"
#include "../runtime/runtime.h"
#include "../runtime/run.h"
#include "../runtime.h"
#include "../run.h"
static int bin_getCurrentWorkingDirectory(Runtime *runtime, Object **argv, unsigned int argc, Object *rets[static MAX_RETS], Error *error)
{