6 lines
98 B
Plaintext

if (!array || index >= array->count) {{
return NULL;
}}
return &(array->items[index]);