--- embedaddon/pcre/doc/html/pcre_version.html 2012/02/21 23:05:52 1.1.1.1 +++ embedaddon/pcre/doc/html/pcre_version.html 2012/02/21 23:50:25 1.1.1.2 @@ -19,14 +19,18 @@ SYNOPSIS #include <pcre.h>

-char *pcre_version(void); +const char *pcre_version(void);

+

+const char *pcre16_version(void); +


DESCRIPTION

-This function returns a character string that gives the version number of the -PCRE library and the date of its release. +This function (even in the 16-bit library) returns a zero-terminated, 8-bit +character string that gives the version number of the PCRE library and the date +of its release.

There is a complete description of the PCRE native API in the