summaryrefslogtreecommitdiff
path: root/src/regex/REG_NOTBOL.h
blob: 07ec5a4996d088c58351761f0417bc0d1bf4d467 (plain)
1
2
3
4
5
6
#include <regex.h>
#define REG_NOTBOL                                                        (1<<0)
/*
POSIX(2)
*/