aboutsummaryrefslogtreecommitdiff
path: root/src_c/repl.h
blob: 9c340709d928b9f3c75c4212a757d215f81a9691 (plain) (blame)
1
2
3
4
5
6
7
8
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