|
solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
|
Generic hash map implementation with customizable hashing and load balancing. More...
#include "./cmp.h"#include <float.h>#include <stdbool.h>#include <stddef.h>#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Generic hash map implementation with customizable hashing and load balancing.
Definition in file map.h.