3 lines
45 B
Plaintext
3 lines
45 B
Plaintext
assert(array != NULL);
|
|
array->count = 0;
|
assert(array != NULL);
|
|
array->count = 0;
|