5c64df1887
(aka associative arrays). Data is stored as void *'s so any data structure can be stored. PR: 33859 Submitted by: andrew@ugh.net.au
6 lines
199 B
Text
6 lines
199 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.
|
|
|
|
Andrew Stevenson
|
|
andrew@ugh.net.au
|