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
7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
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
|