--- embedaddon/pcre/doc/html/pcre_version.html 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/doc/html/pcre_version.html 2013/07/22 08:25:57 1.1.1.3 @@ -24,13 +24,16 @@ SYNOPSIS

const char *pcre16_version(void);

+

+const char *pcre32_version(void); +


DESCRIPTION

-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. +This function (even in the 16-bit and 32-bit libraries) 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