cf_array_clear¶
Category: array
GitHub: cute_array.h
Sets the element count to zero without freeing memory.
| Parameters | Description |
|---|---|
a |
The array. |
Remarks¶
Shortform: aclear(a).
Category: array
GitHub: cute_array.h
Sets the element count to zero without freeing memory.
| Parameters | Description |
|---|---|
a |
The array. |
Shortform: aclear(a).