1idn2_free(3) libidn2 idn2_free(3)
2
3
4
6 idn2_free - API function
7
9 #include <idn2.h>
10
11 void idn2_free(void * ptr);
12
14 void * ptr pointer to deallocate
15
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
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.
31
32
33
34libidn2 0.7 idn2_free(3)