mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
187c4bf3ab
* modules/array-map (Description): Fix description. * modules/hash-map (Description): Likewise. * modules/linkedhash-map (Description): Likewise.
26 lines
260 B
Plaintext
26 lines
260 B
Plaintext
Description:
|
|
Map data type implemented by an array.
|
|
|
|
Files:
|
|
lib/gl_array_map.h
|
|
lib/gl_array_map.c
|
|
|
|
Depends-on:
|
|
map
|
|
stdint
|
|
xsize
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gl_array_map.h gl_array_map.c
|
|
|
|
Include:
|
|
"gl_array_map.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|