summaryrefslogtreecommitdiff
path: root/comp/lucas-standen-NEA/code/execution/builtin.h
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2024-07-01 11:36:45 +0100
committerthing1 <thing1@seacrossedlovers.xyz>2024-07-01 11:36:45 +0100
commitd933ce70bd2c497e4af26483abafebfce436986e (patch)
treeb15f4f2c297734108ff0717334b912b87a0f995b /comp/lucas-standen-NEA/code/execution/builtin.h
parent42047fea26b14edc67b394db18ce7edb0c6399f8 (diff)
updated work
Diffstat (limited to 'comp/lucas-standen-NEA/code/execution/builtin.h')
-rw-r--r--comp/lucas-standen-NEA/code/execution/builtin.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code/execution/builtin.h b/comp/lucas-standen-NEA/code/execution/builtin.h
new file mode 100644
index 0000000..46ffde5
--- /dev/null
+++ b/comp/lucas-standen-NEA/code/execution/builtin.h
@@ -0,0 +1,7 @@
+#include <stdlib.h>
+#include "../global/types.h"
+#include "../global/util.h"
+
+#define MAXARGS 8
+
+void *doCall(ast_node *node);