index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regex
/
REG_ICASE.c
blob: a06e5cd9e45c7c18f935a9bee5be5ee6472b855c (
plain
)
1
2
3
4
5
6
#include <regex.h> #define REG_ICASE (1<<1) /* POSIX(2) */