]> mj.ucw.cz Git - libucw.git/blob - lib/regex/regex.c
Oops, a nasty bug has crept in.
[libucw.git] / lib / regex / regex.c
1 /*
2  *  Regular Expression Functions from glibc 2.3.2
3  */
4
5 #include <sys/types.h>
6 #include "regex-sh.h"
7 #include "regex_internal.h"
8 #include "regex_internal.c"
9 #include "regcomp.c"
10 #include "regexec.c"