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

@@ -2,11 +2,9 @@
#include <stddef.h>
#include "uclisp.h"
#include "internal.h"
#include "utility.h"
#include "common.h"
#include "scope.h"
// TODO: remove string.h
#include <string.h>
struct ucl_object *ucl_evaluate_builtin_form(struct ucl_scope *scope, struct ucl_object *list) {