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

Function suffix_object

external/cJSON/cJSON.c:1999–2003  ·  view source on GitHub ↗

Utility for array list handling. */

Source from the content-addressed store, hash-verified

1997
1998/* Utility for array list handling. */
1999static void suffix_object(cJSON *prev, cJSON *item)
2000{
2001 prev->next = item;
2002 item->prev = prev;
2003}
2004
2005/* Utility for handling references. */
2006static cJSON *create_reference(const cJSON *item, const internal_hooks * const hooks)

Callers 5

add_item_to_arrayFunction · 0.85
cJSON_CreateIntArrayFunction · 0.85
cJSON_CreateFloatArrayFunction · 0.85
cJSON_CreateDoubleArrayFunction · 0.85
cJSON_CreateStringArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected