Linux Foundation Collaborative Projects
index
:
kvmfornfv
master
stable/brahmaputra
stable/colorado
stable/danube
stable/euphrates
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
tools
/
build
/
feature
/
test-zlib.c
blob: e111fff6240e06948c909790655f5da21a0de9c9 (
plain
)
1
2
3
4
5
6
7
8
9
#include
<zlib.h>
int
main
(
void
)
{
z_stream
zs
;
inflateInit
(
&
zs
);
return
0
;
}