Add module descriptions.
[gnulib.git] / modules / hash
1 Description:
2 Parametrizable hash table.
3
4 Files:
5 lib/hash.h
6 lib/hash.c
7 m4/hash.m4
8
9 Depends-on:
10 malloc
11 realloc
12 stdbool
13
14 configure.ac:
15 gl_HASH
16
17 Makefile.am:
18 lib_SOURCES += hash.h hash.c
19
20 Include:
21 "hash.h"
22