zunsetup.3 - libzahl - big integer library
(HTM) git clone git://git.suckless.org/libzahl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
zunsetup.3 (399B)
---
1 .TH ZUNSETUP 3 libzahl
2 .SH NAME
3 zsetup - Release all memory used internally by libzahl.
4 .SH SYNOPSIS
5 .nf
6 #include <zahl.h>
7
8 void zunsetup(void);
9 .fi
10 .SH DESCRIPTION
11 .B zunsetup
12 release all memory used internally or cached by libzahl.
13 You should run this function when you are done using libzahl.
14 .P
15 It is possible to call
16 .B zunsetup
17 directly followed by
18 .BR zsetup (3).
19 .SH SEE ALSO
20 .BR zsetup (3)