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
/
regex_t.c
blob: dba1a5e4b97c6433c22aefec11c3025cecb7dd30 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <regex.h> typedef struct { size_t re_nsub; } regex_t; /* POSIX(2) */