Rev | Line | |
---|
[1050] | 1 | ;
|
---|
| 2 | ; Slightly modified version of ../nt/zlib.dnt :-)
|
---|
| 3 | ;
|
---|
| 4 |
|
---|
| 5 | LIBRARY Z
|
---|
| 6 | DESCRIPTION "Zlib compression library for OS/2"
|
---|
| 7 | CODE PRELOAD MOVEABLE DISCARDABLE
|
---|
| 8 | DATA PRELOAD MOVEABLE MULTIPLE
|
---|
| 9 |
|
---|
| 10 | EXPORTS
|
---|
| 11 | adler32
|
---|
| 12 | compress
|
---|
| 13 | crc32
|
---|
| 14 | deflate
|
---|
| 15 | deflateCopy
|
---|
| 16 | deflateEnd
|
---|
| 17 | deflateInit2_
|
---|
| 18 | deflateInit_
|
---|
| 19 | deflateParams
|
---|
| 20 | deflateReset
|
---|
| 21 | deflateSetDictionary
|
---|
| 22 | gzclose
|
---|
| 23 | gzdopen
|
---|
| 24 | gzerror
|
---|
| 25 | gzflush
|
---|
| 26 | gzopen
|
---|
| 27 | gzread
|
---|
| 28 | gzwrite
|
---|
| 29 | inflate
|
---|
| 30 | inflateEnd
|
---|
| 31 | inflateInit2_
|
---|
| 32 | inflateInit_
|
---|
| 33 | inflateReset
|
---|
| 34 | inflateSetDictionary
|
---|
| 35 | inflateSync
|
---|
| 36 | uncompress
|
---|
| 37 | zlibVersion
|
---|
| 38 | gzprintf
|
---|
| 39 | gzputc
|
---|
| 40 | gzgetc
|
---|
| 41 | gzseek
|
---|
| 42 | gzrewind
|
---|
| 43 | gztell
|
---|
| 44 | gzeof
|
---|
| 45 | gzsetparams
|
---|
| 46 | zError
|
---|
| 47 | inflateSyncPoint
|
---|
| 48 | get_crc_table
|
---|
| 49 | compress2
|
---|
| 50 | gzputs
|
---|
| 51 | gzgets
|
---|
Note:
See
TracBrowser
for help on using the repository browser.