genht is a simple generic hash table implementation in C.
Uses open addressing scheme with space doubling.
Type generics is achieved by ugly name prefixing macros.
Public Domain.
Latest version from VCS: svn co svn://repo.hu/genht/trunk genht
Stable releases: tarballs
Minimal example with comments: example.c, examplev.c, Makefile
Plus src/mainsi.c uses more API functions (but serves as a regression test so has less comments)