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