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_NOSUB.c
blob: b60dae7ed4b2b22d8e4f0aee2d0203e45ea66b3a (
plain
)
1
2
3
4
5
6
#include <regex.h> #define REG_NOSUB (1<<2) /* POSIX(2) */