mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
ce223c9bc2
* lib/gl_set.h: New file. * lib/gl_set.c: New file. * lib/gl_oset.h (gl_setelement_dispose_fn): Avoid conflict with gl_set.h. * modules/set: New file.
25 lines
220 B
Plaintext
25 lines
220 B
Plaintext
Description:
|
|
Abstract set data type.
|
|
|
|
Files:
|
|
lib/gl_set.h
|
|
lib/gl_set.c
|
|
|
|
Depends-on:
|
|
extern-inline
|
|
stdbool
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += gl_set.h gl_set.c
|
|
|
|
Include:
|
|
"gl_set.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|