about summary refs log tree commit diff
path: root/misc/hashtable.c
AgeCommit message (Collapse)Author
2006-09-12Pointers to different things need not be represented in the same way.Richard Nyberg
Use the fact that we only can store structs in the table to make the complex pointer use safe. Unfortunately the equal and hash functions need to take void * arguments.
2006-09-12Add a hashtable implementation.Richard Nyberg