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