Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2ec1c17cadd0b994732f292d4bc49fc3a05d85a4
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-zlib.c
blob: e111fff6240e06948c909790655f5da21a0de9c9 [
file
] [
log
] [
blame
]
#include
<zlib.h>
int
main
(
void
)
{
z_stream zs
;
inflateInit
(&
zs
);
return
0
;
}