diff options
Diffstat (limited to 'include/repl.h')
-rw-r--r-- | include/repl.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |