MCPcopy Create free account
hub / github.com/esnet/iperf / cJSON_Version

Function cJSON_Version

src/cjson.c:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133#endif
134
135CJSON_PUBLIC(const char*) cJSON_Version(void)
136{
137 static char version[15];
138 sprintf(version, "%i.%i.%i", CJSON_VERSION_MAJOR, CJSON_VERSION_MINOR, CJSON_VERSION_PATCH);
139
140 return version;
141}
142
143/* Case insensitive string comparison, doesn't consider two NULL pointers equal though */
144static int case_insensitive_strcmp(const unsigned char *string1, const unsigned char *string2)

Callers 1

iperf_parse_argumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…