Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Zlib
提交
1bd2fa1b
T
Third Party Zlib
项目概览
OpenHarmony
/
Third Party Zlib
1 年多 前同步成功
通知
16
Star
112
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Zlib
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
1bd2fa1b
编写于
10月 09, 2011
作者:
M
Mark Adler
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Move example.c and minigzip.c to examples/ directory.
上级
77b47d55
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
22 addition
and
9 deletion
+22
-9
INDEX
INDEX
+3
-5
Makefile.in
Makefile.in
+10
-4
examples/README.examples
examples/README.examples
+9
-0
examples/example.c
examples/example.c
+0
-0
examples/minigzip.c
examples/minigzip.c
+0
-0
未找到文件。
INDEX
浏览文件 @
1bd2fa1b
...
...
@@ -57,10 +57,8 @@ uncompr.c
zutil.c
zutil.h
source files for sample programs:
example.c
minigzip.c
See examples/README.examples for more
source files for sample programs
See examples/README.examples
unsupported contribution by third parties
unsupported contribution
s
by third parties
See contrib/README.contrib
Makefile.in
浏览文件 @
1bd2fa1b
...
...
@@ -126,11 +126,17 @@ match.lo: match.S
mv
_match.o match.lo
rm
-f
_match.s
example
64.o
:
example.c zlib.h zconf.h
$(CC)
$(CFLAGS)
-
D_FILE_OFFSET_BITS
=
64
-c
-o
$@
example.c
example
.o
:
examples/
example.c zlib.h zconf.h
$(CC)
$(CFLAGS)
-
I
.
-c
-o
$@
examples/
example.c
minigzip64.o
:
minigzip.c zlib.h zconf.h
$(CC)
$(CFLAGS)
-D_FILE_OFFSET_BITS
=
64
-c
-o
$@
minigzip.c
minigzip.o
:
examples/minigzip.c zlib.h zconf.h
$(CC)
$(CFLAGS)
-I
.
-c
-o
$@
examples/minigzip.c
example64.o
:
examples/example.c zlib.h zconf.h
$(CC)
$(CFLAGS)
-I
.
-D_FILE_OFFSET_BITS
=
64
-c
-o
$@
examples/example.c
minigzip64.o
:
examples/minigzip.c zlib.h zconf.h
$(CC)
$(CFLAGS)
-I
.
-D_FILE_OFFSET_BITS
=
64
-c
-o
$@
examples/minigzip.c
.SUFFIXES
:
.lo
...
...
examples/README.examples
浏览文件 @
1bd2fa1b
...
...
@@ -6,6 +6,10 @@ enough.c
- calculates the maximum table space used in inflate tree
construction over all possible Huffman codes
example.c
usage examples of zlib
- used in zlib build Makefile for testing
fitblk.c
compress just enough input to nearly fill a requested output size
- zlib isn't designed to do this, but fitblk does it anyway
...
...
@@ -34,6 +38,11 @@ gzlog.h
and deflateSetDictionary()
- illustrates use of a gzip header extra field
minigzip.c
minimal implementation of gzip-like functionality using zlib
- used in zlib build Makefile for testing
- is not meant for and should not be used as a gzip replacement
zlib_how.html
painfully comprehensive description of zpipe.c (see below)
- describes in excruciating detail the use of deflate() and inflate()
...
...
example.c
→
example
s/example
.c
浏览文件 @
1bd2fa1b
文件已移动
minigzip.c
→
examples/
minigzip.c
浏览文件 @
1bd2fa1b
文件已移动
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录