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