|
cdcontainers
0.1.1
Library of data containers and collections for C programming language.
|
Functions | |
| static size_t | cdc_list_size (struct cdc_list *l) |
| Returns the number of elements in the list. More... | |
| static bool | cdc_list_empty (struct cdc_list *l) |
| Checks if the list has no elements. More... | |
|
inlinestatic |
Returns the number of elements in the list.
| [in] | l | - cdc_list |
1.8.13