mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
New Type: cJSON_Invalid
This assigns the macro cJSON_Invalid to 0.
This commit is contained in:
parent
702fd95af3
commit
cf48ea8175
1
cJSON.h
1
cJSON.h
@ -39,6 +39,7 @@ extern const char* cJSON_Version(void);
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
/* cJSON Types: */
|
/* cJSON Types: */
|
||||||
|
#define cJSON_Invalid (0)
|
||||||
#define cJSON_False (1 << 0)
|
#define cJSON_False (1 << 0)
|
||||||
#define cJSON_True (1 << 1)
|
#define cJSON_True (1 << 1)
|
||||||
#define cJSON_NULL (1 << 2)
|
#define cJSON_NULL (1 << 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user