diff options
Diffstat (limited to 'man/zunsetup.3')
| -rw-r--r-- | man/zunsetup.3 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/man/zunsetup.3 b/man/zunsetup.3 new file mode 100644 index 0000000..7f2a0ef --- /dev/null +++ b/man/zunsetup.3 @@ -0,0 +1,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) |
