summaryrefslogtreecommitdiff
path: root/src/regex/REG_NEWLINE.c
blob: a77ca4f3ac3cd5978a87e2ac5e63fa4fdb955ae0 (plain)
1
2
3
4
5
6
#include <regex.h>
#define REG_NEWLINE                                                       (1<<3)
/*
POSIX(2)
*/