mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +03:00
31 lines
512 B
Plaintext
31 lines
512 B
Plaintext
Description:
|
|
Sequential list data type implemented by a hash table with a linked list.
|
|
|
|
Files:
|
|
lib/gl_linkedhash_list.h
|
|
lib/gl_linkedhash_list.c
|
|
lib/gl_anyhash_list1.h
|
|
lib/gl_anyhash_list2.h
|
|
lib/gl_anylinked_list1.h
|
|
lib/gl_anylinked_list2.h
|
|
|
|
Depends-on:
|
|
list
|
|
stdint
|
|
xsize
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gl_linkedhash_list.h gl_linkedhash_list.c gl_anyhash_list1.h gl_anyhash_list2.h gl_anylinked_list1.h gl_anylinked_list2.h
|
|
|
|
Include:
|
|
"gl_linkedhash_list.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|