summaryrefslogtreecommitdiff
path: root/src/regex/regex_t.h
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)
*/