1idn2_free(3)                        libidn2                       idn2_free(3)
2
3
4

NAME

6       idn2_free - API function
7

SYNOPSIS

9       #include <idn2.h>
10
11       void idn2_free(void * ptr);
12

ARGUMENTS

14       void * ptr  pointer to deallocate
15

DESCRIPTION

17       Call free(3) on the given pointer.
18
19       This  function  is  typically  only useful on systems where the library
20       malloc heap is different from the library  caller  malloc  heap,  which
21       happens on Windows when the library is a separate DLL.
22

REPORTING BUGS

24       Report bugs to <help-libidn@gnu.org>.
25       General guidelines for reporting bugs: https://www.gnu.org/gethelp/
26       Libidn2 home page: https://www.gnu.org/software/libidn2/
27
28
30       Copyright © 2002-2022 Simon Josefsson.
31       Copying  and  distribution  of this file, with or without modification,
32       are permitted in any medium without royalty provided the copyright  no‐
33       tice and this notice are preserved.
34

SEE ALSO

36       The  full  documentation for libidn2 is maintained as a Texinfo manual.
37       If the info and libidn2 programs are properly installed at  your  site,
38       the command
39
40              info libidn2
41
42       should  give  you access to the complete manual.  As an alternative you
43       may obtain the manual from:
44
45              https://www.gnu.org/software/libidn/libidn2/manual/
46
47libidn2                              2.3.4                        idn2_free(3)
Impressum