7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
{T} *ptr = wapp_{Tlower}_array_get(array, index);
|
|
if (!ptr) {{
|
|
return;
|
|
}}
|
|
|
|
memcpy((void *)ptr, (void *)item, array->item_size);
|