]> mj.ucw.cz Git - moe.git/blob - lib/regex/regex.c
Added libucw from Sherlock v3.12.2.
[moe.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"