freebsd-ports/devel/libhash/pkg-descr
Dirk Meyer 5c64df1887 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.

PR:		33859
Submitted by:	andrew@ugh.net.au
2002-04-02 16:10:39 +00:00

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