cf_array_capacity¶
Category: array
GitHub: cute_array.h
Returns the capacity of the array (number of elements allocated), or 0 if NULL.
| Parameters | Description |
|---|---|
a |
The array. |
Return Value¶
Returns the number of elements a can hold before the next reallocation.
Remarks¶
Shortform: acap(a).