verify: new macro 'assume'
[gnulib.git] / modules / regex-quote
1 Description:
2 Construct a regular expression from a literal string.
3
4 Files:
5 lib/regex-quote.h
6 lib/regex-quote.c
7
8 Depends-on:
9 stdbool
10 xalloc
11 mbuiter
12
13 configure.ac:
14
15 Makefile.am:
16 lib_SOURCES += regex-quote.c
17
18 Include:
19 "regex-quote.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Bruno Haible