Refactor headers, distinguish public and private

This commit is contained in:
2022-11-22 15:50:18 -05:00
parent f19f672d05
commit 13062a5b86
20 changed files with 152 additions and 93 deletions

View File

@@ -1,8 +1,7 @@
#ifndef _UCLISP_LISP_H_
#define _UCLISP_LISP_H_
#include "uclisp.h"
#include "utility.h"
#include "common.h"
#define LISP_FUNC_0(func_name, scope_name) \
static struct ucl_object *func_name##_impl(); \