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