Tinyhash
This is a library containing multiple C implementations of hashmap.
|
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include "../common/hash.h"
#include "../common/key.h"
Go to the source code of this file.
Classes | |
struct | th_oa_entry_s |
Represent an entry within a bucket. More... | |
Typedefs | |
typedef struct th_oa_entry_s | th_oa_entry_t |
Represent an entry within a bucket. | |
typedef struct th_oa_entry_s th_oa_entry_t |
Represent an entry within a bucket.