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