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

SEE ALSO

24       The  full  documentation for libidn2 is maintained as a Texinfo manual.
25       If the info and libidn2 programs are properly installed at  your  site,
26       the command
27
28              info libidn2
29
30       should  give  you access to the complete manual.  As an alternative you
31       may obtain the manual from:
32
33              http://www.gnu.org/software/libidn/libidn2/manual/
34
35libidn2                              2.1.1                        idn2_free(3)
Impressum