* lib/regex_internal.c (re_string_reconstruct): Handle
[gnulib.git] / modules / oset
1 Description:
2 Abstract ordered set data type.
3
4 Files:
5 lib/gl_oset.h
6 lib/gl_oset.c
7 m4/gl_list.m4
8
9 Depends-on:
10 stdbool
11
12 configure.ac:
13 gl_LIST
14
15 Makefile.am:
16 lib_SOURCES += gl_oset.h gl_oset.c
17
18 Include:
19 "gl_oset.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Bruno Haible
26