4 lines
163 B
Text
4 lines
163 B
Text
|
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.
|