--- embedaddon/pcre/doc/html/pcre_free_substring_list.html 2012/02/21 23:05:52 1.1.1.1 +++ embedaddon/pcre/doc/html/pcre_free_substring_list.html 2012/02/21 23:50:25 1.1.1.2 @@ -21,13 +21,16 @@ SYNOPSIS

void pcre_free_substring_list(const char **stringptr);

+

+void pcre16_free_substring_list(PCRE_SPTR16 *stringptr); +


DESCRIPTION

This is a convenience function for freeing the store obtained by a previous -call to pcre_get_substring_list(). Its only argument is a pointer to the -list of string pointers. +call to pcre[16]_get_substring_list(). Its only argument is a pointer to +the list of string pointers.

There is a complete description of the PCRE native API in the