MCPcopy Create free account
hub / github.com/OpenIPC/firmware / cJSON_ParseWithLength

Function cJSON_ParseWithLength

general/package/xmdp/src/cjson/cJSON.c:1174–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1172}
1173
1174CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1175{
1176 return cJSON_ParseWithLengthOpts(value, buffer_length, 0, 0);
1177}
1178
1179#define cjson_min(a, b) (((a) < (b)) ? (a) : (b))
1180

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected