mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
27 lines
240 B
Plaintext
27 lines
240 B
Plaintext
Description:
|
|
Parameterizable hash table.
|
|
|
|
Files:
|
|
lib/hash.c
|
|
lib/hash.h
|
|
|
|
Depends-on:
|
|
bitrotate
|
|
stdbool
|
|
stdint
|
|
xalloc-oversized
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += hash.c
|
|
|
|
Include:
|
|
"hash.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|