mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
26 lines
277 B
Plaintext
26 lines
277 B
Plaintext
Description:
|
|
Ordered set data type implemented by an array.
|
|
|
|
Files:
|
|
lib/gl_array_oset.h
|
|
lib/gl_array_oset.c
|
|
|
|
Depends-on:
|
|
oset
|
|
xsize
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gl_array_oset.h gl_array_oset.c
|
|
|
|
Include:
|
|
"gl_array_oset.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|