diff options
Diffstat (limited to 'Doc/lib/libzlib.tex')
-rw-r--r-- | Doc/lib/libzlib.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libzlib.tex b/Doc/lib/libzlib.tex index ab30a32..28365ae 100644 --- a/Doc/lib/libzlib.tex +++ b/Doc/lib/libzlib.tex @@ -1,4 +1,5 @@ \section{Built-in Module \sectcode{zlib}} +\label{module-zlib} \bimodindex{zlib} For applications that require data compression, the functions in this @@ -95,5 +96,8 @@ uncompressed output is returned. After calling \code{flush()}, the action is to delete the object. \end{funcdesc} +\begin{seealso} +\seemodule{gzip}{reading and writing \file{gzip}-format files} +\end{seealso} |