Parent Directory
|
Revision Log
r6896@hex: nm | 2007-03-02 13:09:14 +0000 Added EOL and keywork properties throughout
1 | .TH PCRE_FREE_SUBSTRING_LIST 3 |
2 | .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 | .B void pcre_free_substring_list(const char **\fIstringptr\fP); |
12 | . |
13 | .SH DESCRIPTION |
14 | .rs |
15 | .sp |
16 | This is a convenience function for freeing the store obtained by a previous |
17 | call to \fBpcre_get_substring_list()\fP. Its only argument is a pointer to the |
18 | list of string pointers. |
19 | .P |
20 | There is a complete description of the PCRE native API in the |
21 | .\" HREF |
22 | \fBpcreapi\fP |
23 | .\" |
24 | page and a description of the POSIX API in the |
25 | .\" HREF |
26 | \fBpcreposix\fP |
27 | .\" |
28 | page. |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | "Author Date Id Revision Url" |
ViewVC Help | |
Powered by ViewVC 1.1.5 |