|
cdcontainers
0.1.1
Library of data containers and collections for C programming language.
|
Functions | |
| static size_t | cdc_hash_table_size (struct cdc_hash_table *t) |
| Returns the number of items in the hash_table. More... | |
| static bool | cdc_hash_table_empty (struct cdc_hash_table *t) |
| Checks if the hash table has no elements. More... | |
|
inlinestatic |
Returns the number of items in the hash_table.
| [in] | t | - cdc_hash_table |
|
inlinestatic |
Checks if the hash table has no elements.
| [in] | t | - cdc_hash_table |
1.8.13