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

array-set: New module.

* lib/gl_array_set.h: New file.
* lib/gl_array_set.c: New file.
* modules/array-set: New file.
This commit is contained in:
Bruno Haible
2018-12-04 00:43:22 +01:00
parent ce223c9bc2
commit f51710c095
4 changed files with 319 additions and 0 deletions

24
modules/array-set Normal file
View File

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