--- embedaddon/pcre/doc/html/pcreposix.html 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/doc/html/pcreposix.html 2014/06/15 19:46:05 1.1.1.4 @@ -13,7 +13,7 @@ from the original man page. If there is any nonsense i man page, in case the conversion went wrong.
-
SYNOPSIS OF POSIX API
+
SYNOPSIS

#include <pcreposix.h>

int regcomp(regex_t *preg, const char *pattern, -int cflags); -

-

+ int cflags); +
+
int regexec(regex_t *preg, const char *string, -size_t nmatch, regmatch_t pmatch[], int eflags); -

-

-size_t regerror(int errcode, const regex_t *preg, -char *errbuf, size_t errbuf_size); -

-

+ size_t nmatch, regmatch_t pmatch[], int eflags); + size_t regerror(int errcode, const regex_t *preg, + char *errbuf, size_t errbuf_size); +
+
void regfree(regex_t *preg);


DESCRIPTION
@@ -49,7 +47,7 @@ expression 8-bit library. See the pcreapi documentation for a description of PCRE's native API, which contains much additional functionality. There is no POSIX-style wrapper for PCRE's 16-bit -library. +and 32-bit library.

The functions described here are just wrapper functions that ultimately call