Added first version of a simple hashmap with fixed types.
authorStephan Soller <stephan.soller@helionweb.de>
Thu, 7 Apr 2016 18:36:15 +0000 (20:36 +0200)
committerStephan Soller <stephan.soller@helionweb.de>
Thu, 7 Apr 2016 18:36:15 +0000 (20:36 +0200)
commitcc5d22993b653e6ce85c0b3d83702e2c2ed7163f
tree939303f6ac040f79731f28cb09e07c1df665a6dc
parent0b3234696725bb7ca40cd70674135f874320b3b9
Added first version of a simple hashmap with fixed types.
.gitignore
Makefile
slim_hash.h [new file with mode: 0644]
tests/slim_hash_test.c [new file with mode: 0644]