cJSON
CJSON_VERSION_MINOR
is only used within cJSON.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/2)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
cJSON
CJSON_VERSION_MINOR
CJSON_VERSION_MINOR macro
Syntax
Show:
Summary
Declaration
from
cJSON.h:83
#define
CJSON_VERSION_MINOR
7
Examples
References
from
examples
Code
Location
#define
CJSON_VERSION_MINOR
7
cJSON.h:83
#if
(
CJSON_VERSION_MAJOR
!=
1
)
||
(
CJSON_VERSION_MINOR
!=
7
)
||
(
CJSON_VERSION_PATCH
!=
18
)
cJSON.c:120
sprintf
(
version
,
"%i.%i.%i"
,
CJSON_VERSION_MAJOR
,
CJSON_VERSION_MINOR
,
CJSON_VERSION_PATCH
)
;
cJSON.c:127
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out