From df00df5a7a5bcd9076d4423128ea014ab3535626 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 11 Feb 2024 18:17:33 +0100 Subject: Update kit --- source/kit/parse.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 source/kit/parse.h (limited to 'source/kit/parse.h') diff --git a/source/kit/parse.h b/source/kit/parse.h new file mode 100644 index 0000000..e07559a --- /dev/null +++ b/source/kit/parse.h @@ -0,0 +1,17 @@ +#ifndef KIT_PARSE_H +#define KIT_PARSE_H + +#include "string_builder.h" + +#ifdef __cplusplus +extern "C" { +#endif + +#ifdef __cplusplus +} +#endif + +#ifndef KIT_DISABLE_SHORT_NAMES +#endif + +#endif -- cgit v1.2.3