Diff for /embedaddon/pcre/doc/html/pcre_version.html between versions 1.1 and 1.1.1.3

version 1.1, 2012/02/21 23:05:52 version 1.1.1.3, 2013/07/22 08:25:57
Line 19  SYNOPSIS Line 19  SYNOPSIS
 <b>#include &#60;pcre.h&#62;</b>  <b>#include &#60;pcre.h&#62;</b>
 </P>  </P>
 <P>  <P>
<b>char *pcre_version(void);</b><b>const char *pcre_version(void);</b>
 </P>  </P>
   <P>
   <b>const char *pcre16_version(void);</b>
   </P>
   <P>
   <b>const char *pcre32_version(void);</b>
   </P>
 <br><b>  <br><b>
 DESCRIPTION  DESCRIPTION
 </b><br>  </b><br>
 <P>  <P>
This function returns a character string that gives the version number of theThis 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.  PCRE library and the date of its release.
 </P>  </P>
 <P>  <P>

Removed from v.1.1  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>