20 #ifndef OPM_HASH_SET_HEADER_INCLUDED
21 #define OPM_HASH_SET_HEADER_INCLUDED
43 hash_set_deallocate(
struct hash_set *s);
50 hash_set_allocate(
int m);
57 hash_set_insert(
int k,
struct hash_set *s);
64 hash_set_count_elms(
const struct hash_set *set);
Definition: hash_set.h:33