blob: 8716d9db06ae057dd73779dc461951abd1d8848b (
plain) (
blame)
1
2
3
4
5
6
|
This C library provides functions for manipulating in memory hash tables (aka
associative arrays). Data is stored as void *'s so any data structure can be
stored.
Andrew Stevenson
andrew@ugh.net.au
|