From 288727f09a1b3458c268497d111349e608c3f9fa Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Tue, 2 Aug 2022 01:20:12 +0200 Subject: init --- src_c/apply.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src_c/apply.h (limited to 'src_c/apply.h') diff --git a/src_c/apply.h b/src_c/apply.h new file mode 100644 index 0000000..ef4e1c2 --- /dev/null +++ b/src_c/apply.h @@ -0,0 +1,10 @@ +#ifndef LISP16_APPLY_H +#define LISP16_APPLY_H + +#include "env.h" + + +lsp_status_t lsp_apply(lsp_env_t *e, lsp_addr_t ctx, lsp_addr_t callable, + lsp_addr_t args); + +#endif -- cgit v1.2.3-70-g09d2