]> mj.ucw.cz Git - libucw.git/commit
Added a generic universal multi-purpose magical hash table module.
authorMartin Mares <mj@ucw.cz>
Sat, 6 Apr 2002 17:57:02 +0000 (17:57 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 6 Apr 2002 17:57:02 +0000 (17:57 +0000)
commitb23db618057b5aa8905c41df963d6fa865d82c8c
tree0613bb5c9a295cea0672c9908da16f474e570fee
parent7cad2aea777893dbacb8ae00aeeff81b319cb7d1
Added a generic universal multi-purpose magical hash table module.
Look at introductory comments in lib/hashtable.h to see all the features.

Generic programming in C is a real adventure, but an afternoon spent
with CPP quirks is a holiday when compared with C++ templates :-)
lib/Makefile
lib/hash-istring.c [new file with mode: 0644]
lib/hash-string.c [new file with mode: 0644]
lib/hash-test.c [new file with mode: 0644]
lib/hashfunc.h [new file with mode: 0644]
lib/hashtable.h [new file with mode: 0644]