diff options
Diffstat (limited to 'exts/exts.h')
| -rw-r--r-- | exts/exts.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/exts/exts.h b/exts/exts.h new file mode 100644 index 0000000..a78fed1 --- /dev/null +++ b/exts/exts.h @@ -0,0 +1,10 @@ +#ifndef BAMBOO_LISP_EXTS_H_ +#define BAMBOO_LISP_EXTS_H_ + +#include <bamboo_lisp/interp.h> + +int bamboo_lisp_ext_vector_init(Interp *interp); +int bamboo_lisp_ext_io_init(Interp *interp); +int bamboo_lisp_ext_dict_init(Interp *interp); + +#endif
\ No newline at end of file |
