6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
if (!array || index >= array->count) {{
|
|
return;
|
|
}}
|
|
|
|
array->items[index] = item;
|