From 30740ca4131d1f574718262451b4410207dc8d4e Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 14 Jul 2024 21:12:37 +0200 Subject: Reworking the build system --- kit/parse.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 kit/parse.h (limited to 'kit/parse.h') diff --git a/kit/parse.h b/kit/parse.h new file mode 100644 index 0000000..efb8156 --- /dev/null +++ b/kit/parse.h @@ -0,0 +1,14 @@ +#ifndef KIT_PARSE_H +#define KIT_PARSE_H + +#include "string_builder.h" + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef __cplusplus +} +#endif + +#endif -- cgit v1.2.3