- regexec - interface for matching = extern int regexec(const regex_t *, const char *, size_t, \ = regmatch_t [], int); = #define MY_REG_NOTBOL 00001 = #define MY_REG_NOTEOL 00002 = #define MY_REG_STARTEND 00004 = #define MY_REG_TRACE 00400 // tracing of execution = #define MY_REG_LARGE 01000 // force large representation = #define MY_REG_BACKR 02000 // force use of backref code * *
(preg, str, nmatch, pmatch, eflags)