1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/libhash/pkg-descr

7 lines
199 B
Plaintext
Raw Normal View History

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