Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / hash
blob42502e749eac63dc4cba4347647af009fe9e96a4
1 Description:
2 Parameterizable hash table.
4 Files:
5 lib/hash.c
6 lib/hash.h
8 Depends-on:
9 bitrotate
10 stdbool
11 stdint
12 xalloc-oversized
14 configure.ac:
16 Makefile.am:
17 lib_SOURCES += hash.c
19 Include:
20 "hash.h"
22 License:
23 LGPLv2+
25 Maintainer:
26 Jim Meyering