Difference between revisions of "ZLib"

From Free Pascal wiki
Jump to navigationJump to search
(add language bar)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{ZLIB}}
 
{{ZLIB}}
 +
 
The zlib unit is a straight translation of the libz header files. it provides access to the libz compression library, and as such is equivalent to the [[paszlib]] units, except that the actual code resides in a shared library.  
 
The zlib unit is a straight translation of the libz header files. it provides access to the libz compression library, and as such is equivalent to the [[paszlib]] units, except that the actual code resides in a shared library.  
  
 
Go to back [[Package_List|Packages List]]
 
Go to back [[Package_List|Packages List]]
 +
 +
[[Category:Packages]]

Latest revision as of 09:06, 30 April 2013

English (en) polski (pl)

The zlib unit is a straight translation of the libz header files. it provides access to the libz compression library, and as such is equivalent to the paszlib units, except that the actual code resides in a shared library.

Go to back Packages List