repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
linkedhash-map
blob
9cd87f966cca26ea6c429b4a786be7a428e58076
1
Description:
2
Map data type implemented by a hash table with a linked list.
3
4
Files:
5
lib/gl_linkedhash_map.h
6
lib/gl_linkedhash_map.c
7
lib/gl_anyhash1.h
8
lib/gl_anyhash2.h
9
lib/gl_anyhash_primes.h
10
11
Depends-on:
12
map
13
stdint
14
xsize
15
c99
16
17
configure.ac:
18
19
Makefile.am:
20
lib_SOURCES += gl_linkedhash_map.h gl_linkedhash_map.c gl_anyhash1.h gl_anyhash2.h gl_anyhash_primes.h
21
22
Include:
23
"gl_linkedhash_map.h"
24
25
License:
26
GPL
27
28
Maintainer:
29
all