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