diff options
Diffstat (limited to 'source/kit/parse.h')
-rw-r--r-- | source/kit/parse.h | 17 |
1 files changed, 17 insertions, 0 deletions
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 |