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,10 +2,12 @@
#include <unity.h>
#include <string.h>
#include "uclisp.h"
#include "internal.h"
#include "testing_helpers.h"
#include "uclisp.h"
#include "common.h"
#include "parse.h"
/* static struct ucl_parse_result *result; */
static struct ucl_object *response;