summaryrefslogtreecommitdiff
path: root/src/repl/repl.h
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-11 15:11:00 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-11 15:11:00 +0000
commit55247a3f12a9eee7ba3fd7ca6d8fcea7a82c20f3 (patch)
treea2a71e2eb8ca0b2c483518c1902d89d18709c9ab /src/repl/repl.h
parent2e7abed7cfe84a2c0df371cde35f8f68cfdca16c (diff)
Added src/ folder. Now I will add the rest.
Diffstat (limited to 'src/repl/repl.h')
-rw-r--r--src/repl/repl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/repl/repl.h b/src/repl/repl.h
new file mode 100644
index 0000000..f467b78
--- /dev/null
+++ b/src/repl/repl.h
@@ -0,0 +1,7 @@
+
+#ifndef REPL_H
+#define REPL_H
+
+void run_repl(const char *self_path);
+
+#endif