1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

array-omap: New module.

* lib/gl_array_omap.h: New file.
* lib/gl_array_omap.c: New file.
* modules/array-omap: New file.
This commit is contained in:
Bruno Haible
2018-12-11 20:56:22 +01:00
parent ab2f2dee0e
commit 83ac717e2c
4 changed files with 455 additions and 0 deletions

24
modules/array-omap Normal file
View File

@@ -0,0 +1,24 @@
Description:
Ordered map data type implemented by an array.
Files:
lib/gl_array_omap.h
lib/gl_array_omap.c
Depends-on:
omap
xsize
configure.ac:
Makefile.am:
lib_SOURCES += gl_array_omap.h gl_array_omap.c
Include:
"gl_array_omap.h"
License:
GPL
Maintainer:
all