--- embedaddon/pcre/doc/html/pcre_free_substring.html 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/doc/html/pcre_free_substring.html 2013/07/22 08:25:57 1.1.1.3 @@ -24,12 +24,15 @@ SYNOPSIS

void pcre16_free_substring(PCRE_SPTR16 stringptr);

+

+void pcre32_free_substring(PCRE_SPTR32 stringptr); +


DESCRIPTION

This is a convenience function for freeing the store obtained by a previous -call to pcre[16]_get_substring() or pcre[16]_get_named_substring(). +call to pcre[16|32]_get_substring() or pcre[16|32]_get_named_substring(). Its only argument is a pointer to the string.