mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
cJSON_Utils: Add true/false
This commit is contained in:
parent
bb2f868126
commit
b73881a388
@ -30,6 +30,10 @@
|
|||||||
|
|
||||||
#include "cJSON_Utils.h"
|
#include "cJSON_Utils.h"
|
||||||
|
|
||||||
|
/* define our own boolean type */
|
||||||
|
#define true ((cJSON_bool)1)
|
||||||
|
#define false ((cJSON_bool)0)
|
||||||
|
|
||||||
static unsigned char* cJSONUtils_strdup(const unsigned char* const string)
|
static unsigned char* cJSONUtils_strdup(const unsigned char* const string)
|
||||||
{
|
{
|
||||||
size_t length = 0;
|
size_t length = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user