From cb1a40859029f33184355475e51fec95afb79a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sat, 22 Jul 2023 03:03:09 +0300 Subject: init Just some C wares; hmap, list, optional, unit tests. --- hmap/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hmap/README.md (limited to 'hmap/README.md') diff --git a/hmap/README.md b/hmap/README.md new file mode 100644 index 0000000..a39d14a --- /dev/null +++ b/hmap/README.md @@ -0,0 +1,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`. -- cgit v1.2.3