view modules/linkedhash-set @ 40233:331ec5f027a2

autoupdate
author Karl Berry <karl@freefriends.org>
date Wed, 13 Mar 2019 11:14:26 -0700
parents faeefa5587bc
children
line wrap: on
line source

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