1pskc_free(3)                        libpskc                       pskc_free(3)
2
3
4

NAME

6       pskc_free - API function
7

SYNOPSIS

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

ARGUMENTS

14       void * ptr  memory region to deallocate, or NULL.
15

DESCRIPTION

17       Deallocates  memory region by calling free().  If ptr is NULL no opera‐
18       tion is performed.
19
20       This function is necessary on Windows, where  different  parts  of  the
21       same application may use different memory heaps.
22

REPORTING BUGS

24       Report  bugs  to  <oath-toolkit-help@nongnu.org>.   libpskc  home page:
25       http://www.gnu.org/software/libpskc/ General help using  GNU  software:
26       http://www.gnu.org/gethelp/
27
29       Copyright © 2012-2016 Simon Josefsson.
30       Copying  and  distribution  of this file, with or without modification,
31       are permitted in any medium  without  royalty  provided  the  copyright
32       notice and this notice are preserved.
33
34
35
36libpskc                              2.6.2                        pskc_free(3)
Impressum