Parent Directory
|
Revision Log
Load pcre-6.1 into code/trunk.
| 1 | nigel | 79 | .TH PCRE_INFO 3 |
| 2 | nigel | 63 | .SH NAME |
| 3 | PCRE - Perl-compatible regular expressions | ||
| 4 | .SH SYNOPSIS | ||
| 5 | .rs | ||
| 6 | .sp | ||
| 7 | .B #include <pcre.h> | ||
| 8 | .PP | ||
| 9 | .SM | ||
| 10 | .br | ||
| 11 | nigel | 75 | .B int pcre_info(const pcre *\fIcode\fP, int *\fIoptptr\fP, int |
| 12 | .B *\fIfirstcharptr\fP); | ||
| 13 | . | ||
| 14 | nigel | 63 | .SH DESCRIPTION |
| 15 | .rs | ||
| 16 | .sp | ||
| 17 | nigel | 75 | This function is obsolete. You should be using \fBpcre_fullinfo()\fP instead. |
| 18 | .P | ||
| 19 | There is a complete description of the PCRE native API in the | ||
| 20 | nigel | 63 | .\" HREF |
| 21 | nigel | 75 | \fBpcreapi\fP |
| 22 | nigel | 63 | .\" |
| 23 | nigel | 75 | page and a description of the POSIX API in the |
| 24 | .\" HREF | ||
| 25 | \fBpcreposix\fP | ||
| 26 | .\" | ||
| 27 | nigel | 63 | page. |
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |