summaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-06-26 14:44:19 +0100
committerubq323 <ubq323@ubq323.website>2024-06-26 14:44:19 +0100
commita8519434f058d0ab60bf7f90acc61997cb982cfa (patch)
treee1858d42805e61afbd5c6c0b9d2f3b47bc8411ee /lib.h
parent20584e520dfd44393aa66350b442e8a23e46c5a3 (diff)
add cfunc type and rudimentary stdlib
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib.h b/lib.h
new file mode 100644
index 0000000..a82dbd9
--- /dev/null
+++ b/lib.h
@@ -0,0 +1,8 @@
+#ifndef _lib_h
+#define _lib_h
+
+#include "state.h"
+
+void load_stdlib(State *S);
+
+#endif