diff options
author | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2025-05-20 21:29:50 +0200 |
---|---|---|
committer | Flavian Kaufmann <flavian@flaviankaufmann.ch> | 2025-05-20 21:29:50 +0200 |
commit | 40cccdb7cc472ee6300c25e1774a8489e9107f6a (patch) | |
tree | 7a4b0b37d8547a27b9964cd775bc0eb75d69288a /include/repl.h | |
parent | 56cd967554e39dd9053b2b28c1f603ae63808527 (diff) | |
download | imp-40cccdb7cc472ee6300c25e1774a8489e9107f6a.tar.gz imp-40cccdb7cc472ee6300c25e1774a8489e9107f6a.zip |
repl
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 |