blob: e07559a9c18849846435ef46266098998a2a467a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
|