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