Split alisp.h into several header files, in /include folder.

This commit is contained in:
2026-02-04 19:26:56 +00:00
parent 27108aa811
commit 7f8412fe5a
19 changed files with 539 additions and 311 deletions

View File

@@ -8,7 +8,7 @@
#include <stdlib.h>
#include <string.h>
#include "../alisp.h"
#include <alisp/stream.h>
stream_err_t stream_init_string(stream_t *stream, char *name, sv_t contents)
{