mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
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
|