acount¶
Category: array
GitHub: cute_array.h
Returns the number of elements in the array.
| Parameters | Description |
|---|---|
| a | The array. |
Code Example¶
Creating an array, getting the size of the array, then freeing it up afterwards.
Remarks¶
a can be NULL.
Related Pages¶
dyna
asize
afree
acap
afit
apush
apop
aend
alast
aclear
aset
arev
ahash
adel
astatic