1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 23:35:50 +00:00
Files
gnulib/modules/array-map
T
Bruno Haible 187c4bf3ab array-map, hash-map, linkedhash-map: Fix module description.
* modules/array-map (Description): Fix description.
* modules/hash-map (Description): Likewise.
* modules/linkedhash-map (Description): Likewise.
2020-01-30 04:13:36 +01:00

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