From 8b6acc85633520f109d348c5e46c8a89521b3932 Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Wed, 21 May 2025 14:05:27 +0200 Subject: procedures --- include/repl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/repl.h') diff --git a/include/repl.h b/include/repl.h index 804b702..4b833ad 100644 --- a/include/repl.h +++ b/include/repl.h @@ -1,6 +1,8 @@ #ifndef REPL_H #define REPL_H + void repl(void); + #endif \ No newline at end of file -- cgit v1.2.3