diff options
Diffstat (limited to 'src/regex/REG_EXTENDED.c')
| -rw-r--r-- | src/regex/REG_EXTENDED.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/regex/REG_EXTENDED.c b/src/regex/REG_EXTENDED.c new file mode 100644 index 00000000..8b665c9e --- /dev/null +++ b/src/regex/REG_EXTENDED.c @@ -0,0 +1,6 @@ +#include <regex.h> +#define REG_EXTENDED (1<<0) +/* +POSIX(2) +*/ + |
