core: parser: Add initial preprocessing stubs

Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
2026-05-23 19:03:15 -04:00
parent 71f232282a
commit 8483d3c445
3 changed files with 52 additions and 7 deletions
+1
View File
@@ -6,6 +6,7 @@
#include <stdint.h>
#include <stddef.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include "cescal/state.h"