summaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
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