#include <stddef.h>
Go to the source code of this file.
struct hash_set* hash_set_allocate |
( |
int |
m | ) |
|
size_t hash_set_count_elms |
( |
const struct hash_set * |
set | ) |
|
void hash_set_deallocate |
( |
struct hash_set * |
s | ) |
|
int hash_set_insert |
( |
int |
k, |
|
|
struct hash_set * |
s |
|
) |
| |