solidc
Robust collection of general-purpose cross-platform C libraries and data structures designed for rapid and safe development in C
Loading...
Searching...
No Matches
map.h File Reference

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>
Include dependency graph for map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Generic hash map implementation with customizable hashing and load balancing.

Definition in file map.h.