1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-10 04:43:00 +03:00
Files
gnulib/modules/regex-quote
Bruno Haible 2ae9204442 New module 'regex-quote'.
* lib/regex-quote.h: New file.
* lib/regex-quote.c: New file.
* modules/regex-quote: New file.
Suggested by Reuben Thomas <rrt@sc3d.org>.
2010-09-25 12:38:20 +02:00

25 lines
263 B
Plaintext

Description:
Construct a regular expression from a literal string.
Files:
lib/regex-quote.h
lib/regex-quote.c
Depends-on:
xalloc
mbuiter
configure.ac:
Makefile.am:
lib_SOURCES += regex-quote.c
Include:
"regex-quote.h"
License:
GPL
Maintainer:
Bruno Haible