]> mj.ucw.cz Git - moe.git/blob - regex.c
7cc52370cf1552f05370b1fed277bde0e5165af7
[moe.git] / 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"