cf_array_size¶
Category: array
GitHub: cute_array.h
Returns the number of elements in the array, or 0 if NULL.
| Parameters | Description |
|---|---|
a |
The array. |
Return Value¶
Returns the number of elements in a.
Remarks¶
Shortform: asize(a).
Related Pages¶
cf_array_free
cf_array_count
cf_array_capacity
cf_array_fit
cf_array_push
cf_array_pop