1PCRE2_MAKETABLES_FREE(3) Library Functions Manual PCRE2_MAKETABLES_FREE(3)
2
3
4
6 PCRE2 - Perl-compatible regular expressions (revised API)
7
9
10 #include <pcre2.h>
11
12 void pcre2_maketables_free(pcre2_general_context *gcontext,
13 const uint8_t *tables);
14
16
17 This function discards a set of character tables that were created by a
18 call to pcre2_maketables().
19
20 The gcontext parameter should match what was used in that call to
21 account for any custom allocators that might be in use; if it is NULL
22 the system free() is used.
23
24 There is a complete description of the PCRE2 native API in the pcre2api
25 page.
26
27
28
29PCRE2 10.34 02 September 2019 PCRE2_MAKETABLES_FREE(3)