Sequential list data type implemented by a hash table with a linked list.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Jul 2006 11:30:30 +0000 (11:30 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 17 Jul 2006 11:30:30 +0000 (11:30 +0000)
commit72f1dc222e2a295a3c819d3f5eb89b80ccf52074
treedebc7a2c3ce17e2e51a4da5343932369a0bbb481
parentc0ec3622458e791461e6dfe26964349317093517
Sequential list data type implemented by a hash table with a linked list.
lib/gl_linkedhash_list.c [new file with mode: 0644]
lib/gl_linkedhash_list.h [new file with mode: 0644]
modules/linkedhash-list [new file with mode: 0644]
modules/linkedhash-list-tests [new file with mode: 0644]
tests/test-linkedhash_list.c [new file with mode: 0644]