From 40cccdb7cc472ee6300c25e1774a8489e9107f6a Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Tue, 20 May 2025 21:29:50 +0200 Subject: repl --- include/repl.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/repl.h (limited to 'include/repl.h') diff --git a/include/repl.h b/include/repl.h new file mode 100644 index 0000000..804b702 --- /dev/null +++ b/include/repl.h @@ -0,0 +1,6 @@ +#ifndef REPL_H +#define REPL_H + +void repl(void); + +#endif \ No newline at end of file -- cgit v1.2.3