--- embedaddon/pcre/doc/html/pcre_fullinfo.html 2013/07/22 08:25:57 1.1.1.3 +++ embedaddon/pcre/doc/html/pcre_fullinfo.html 2014/06/15 19:46:05 1.1.1.4 @@ -20,15 +20,15 @@ SYNOPSIS

int pcre_fullinfo(const pcre *code, const pcre_extra *extra, -int what, void *where); -

-

+ int what, void *where); +
+
int pcre16_fullinfo(const pcre16 *code, const pcre16_extra *extra, -int what, void *where); -

-

+ int what, void *where); +
+
int pcre32_fullinfo(const pcre32 *code, const pcre32_extra *extra, -int what, void *where); + int what, void *where);


DESCRIPTION