MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / cJSON_ParseWithLength

Function cJSON_ParseWithLength

external/cJSON/cJSON.c:1232–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230}
1231
1232CJSON_PUBLIC(cJSON *) cJSON_ParseWithLength(const char *value, size_t buffer_length)
1233{
1234 return cJSON_ParseWithLengthOpts(value, buffer_length, 0, 0);
1235}
1236
1237#define cjson_min(a, b) (((a) < (b)) ? (a) : (b))
1238

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected