30 lines
420 B
Plaintext
30 lines
420 B
Plaintext
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
|
|
c99
|
|
|
|
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
|