diff options
Diffstat (limited to 'src_c/repl.h')
| -rw-r--r-- | src_c/repl.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src_c/repl.h b/src_c/repl.h new file mode 100644 index 0000000..9c34070 --- /dev/null +++ b/src_c/repl.h @@ -0,0 +1,9 @@ +#ifndef LISP16_REPL_H +#define LISP16_REPL_H + +#include "env.h" + + +lsp_status_t lsp_repl(lsp_env_t *e, lsp_addr_t ctx); + +#endif |
