blob: 7f2a0efbdb623ee5ffd13bd9126e97fb42d735fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.TH ZUNSETUP 3 libzahl
.SH NAME
zsetup - Release all memory used internally by libzahl.
.SH SYNOPSIS
.nf
#include <zahl.h>
void zunsetup(void);
.fi
.SH DESCRIPTION
.B zunsetup
release all memory used internally or cached by libzahl.
You should run this function when you are done using libzahl.
.P
It is possible to call
.B zunsetup
directly followed by
.BR zsetup (3).
.SH SEE ALSO
.BR zsetup (3)
|