Raw
1 #ifndef COMPAT_DARWIN_H
2 #define COMPAT_DARWIN_H
3
4 int darwin_regexec_buf(const regex_t *preg, const char *buf, size_t size,
5 size_t nmatch, regmatch_t pmatch[], int eflags);
6 #define regexec_buf darwin_regexec_buf
7
8 #endif