summaryrefslogtreecommitdiff
path: root/modules/linkedhash-set
blob: 2ee88c3035e24dae166ef428065a3b9758033b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
Set data type implemented by a hash table with a linked list.

Files:
lib/gl_linkedhash_set.h
lib/gl_linkedhash_set.c
lib/gl_anyhash1.h
lib/gl_anyhash2.h
lib/gl_anyhash_primes.h

Depends-on:
set
stdint
xsize

configure.ac:

Makefile.am:
lib_SOURCES += gl_linkedhash_set.h gl_linkedhash_set.c gl_anyhash1.h gl_anyhash2.h gl_anyhash_primes.h

Include:
"gl_linkedhash_set.h"

License:
GPL

Maintainer:
all