Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / linkedhash-set
blob2ee88c3035e24dae166ef428065a3b9758033b40
1 Description:
2 Set data type implemented by a hash table with a linked list.
4 Files:
5 lib/gl_linkedhash_set.h
6 lib/gl_linkedhash_set.c
7 lib/gl_anyhash1.h
8 lib/gl_anyhash2.h
9 lib/gl_anyhash_primes.h
11 Depends-on:
12 set
13 stdint
14 xsize
16 configure.ac:
18 Makefile.am:
19 lib_SOURCES += gl_linkedhash_set.h gl_linkedhash_set.c gl_anyhash1.h gl_anyhash2.h gl_anyhash_primes.h
21 Include:
22 "gl_linkedhash_set.h"
24 License:
25 GPL
27 Maintainer:
28 all