| 8 |
.PP |
.PP |
| 9 |
.SM |
.SM |
| 10 |
.B void pcre_free_substring_list(const char **\fIstringptr\fP); |
.B void pcre_free_substring_list(const char **\fIstringptr\fP); |
| 11 |
|
.PP |
| 12 |
|
.B void pcre16_free_substring_list(PCRE_SPTR16 *\fIstringptr\fP); |
| 13 |
. |
. |
| 14 |
.SH DESCRIPTION |
.SH DESCRIPTION |
| 15 |
.rs |
.rs |
| 16 |
.sp |
.sp |
| 17 |
This is a convenience function for freeing the store obtained by a previous |
This is a convenience function for freeing the store obtained by a previous |
| 18 |
call to \fBpcre_get_substring_list()\fP. Its only argument is a pointer to the |
call to \fBpcre[16]_get_substring_list()\fP. Its only argument is a pointer to |
| 19 |
list of string pointers. |
the list of string pointers. |
| 20 |
.P |
.P |
| 21 |
There is a complete description of the PCRE native API in the |
There is a complete description of the PCRE native API in the |
| 22 |
.\" HREF |
.\" HREF |