|
cdcontainers
0.1.1
Library of data containers and collections for C programming language.
|
Functions | |
| static bool | cdc_circular_array_empty (struct cdc_circular_array *d) |
| Checks if the circular array has no elements. More... | |
| static size_t | cdc_circular_array_size (struct cdc_circular_array *d) |
| Returns the number of elements in the circular array. More... | |
|
inlinestatic |
Checks if the circular array has no elements.
| [in] | d | - cdc_circular_array |
|
inlinestatic |
Returns the number of elements in the circular array.
| [in] | d | - cdc_circular_array |
1.8.13