--- embedaddon/pcre/doc/html/pcre_version.html 2012/02/21 23:05:52 1.1.1.1 +++ embedaddon/pcre/doc/html/pcre_version.html 2013/07/22 08:25:57 1.1.1.3 @@ -19,13 +19,20 @@ SYNOPSIS #include <pcre.h>

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

+

+const char *pcre16_version(void); +

+

+const char *pcre32_version(void); +


DESCRIPTION

-This function returns a character string that gives the version number of the +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.