Update str_view_t typedef
This commit is contained in:
parent
2ef4e2f056
commit
6912f689f1
@ -7,9 +7,10 @@
|
|||||||
#define VALID_JSON true
|
#define VALID_JSON true
|
||||||
#define INVALID_JSON false
|
#define INVALID_JSON false
|
||||||
|
|
||||||
typedef const char *const str_view_t;
|
typedef const char *str_view_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
TK_NO_TOKEN,
|
||||||
TK_L_BRACE,
|
TK_L_BRACE,
|
||||||
TK_R_BRACE,
|
TK_R_BRACE,
|
||||||
TK_L_BRACKET,
|
TK_L_BRACKET,
|
||||||
|
Loading…
Reference in New Issue
Block a user