summaryrefslogtreecommitdiff
path: root/src/library.h
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-09-23 04:30:25 -0400
committerLLLL Colonq <llll@colonq>2025-09-23 04:30:25 -0400
commitf5dd8de68e70d6948005aa8bdcde1a9c80a6c0ea (patch)
tree733509c05edf221bb375abba592107019cfa21cc /src/library.h
parent5c1404b6fd35a5eef9724dd197cdc645b7673e4c (diff)
Add let
Diffstat (limited to 'src/library.h')
-rw-r--r--src/library.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/library.h b/src/library.h
new file mode 100644
index 0000000..a472642
--- /dev/null
+++ b/src/library.h
@@ -0,0 +1,8 @@
+#ifndef LIBRARY_H
+#define LIBRARY_H
+
+#include "runtime.h"
+
+void pit_install_library_essential(pit_runtime *rt);
+
+#endif