blob: a39d14a8cafcd48072f093111bf9e803b2ab9c43 (
plain)
1
2
3
4
5
6
7
8
|
# Hmap
Simple generic hash map with no macro vodoo magic. Inspired by other data
structures in the Linux Kernel.
## Example usage
If you want to see an example on how to use hmap, take a look at `hmap-test.c`.
|